WorkspaceConnectionPropertiesV2BasicResource Interface

public interface WorkspaceConnectionPropertiesV2BasicResource

An immutable client-side representation of WorkspaceConnectionPropertiesV2BasicResource.

Method Summary

Modifier and Type Method and Description
abstract String id()

Gets the id property: Fully qualified resource Id for the resource.

abstract WorkspaceConnectionPropertiesV2BasicResourceInner innerModel()

Gets the inner com.azure.resourcemanager.machinelearning.fluent.models.WorkspaceConnectionPropertiesV2BasicResourceInner object.

abstract WorkspaceConnectionPropertiesV2BasicResource listSecrets()

List all the secrets of a machine learning workspaces connections.

abstract Response<WorkspaceConnectionPropertiesV2BasicResource> listSecretsWithResponse(Context context)

List all the secrets of a machine learning workspaces connections.

abstract String name()

Gets the name property: The name of the resource.

abstract WorkspaceConnectionPropertiesV2 properties()

Gets the properties property: The properties property.

abstract WorkspaceConnectionPropertiesV2BasicResource refresh()

Refreshes the resource to sync with Azure.

abstract WorkspaceConnectionPropertiesV2BasicResource refresh(Context context)

Refreshes the resource to sync with Azure.

abstract SystemData systemData()

Gets the systemData property: Azure Resource Manager metadata containing createdBy and modifiedBy information.

abstract String type()

Gets the type property: The type of the resource.

Method Details

id

public abstract String id()

Gets the id property: Fully qualified resource Id for the resource.

Returns:

the id value.

innerModel

public abstract WorkspaceConnectionPropertiesV2BasicResourceInner innerModel()

Gets the inner com.azure.resourcemanager.machinelearning.fluent.models.WorkspaceConnectionPropertiesV2BasicResourceInner object.

Returns:

the inner object.

listSecrets

public abstract WorkspaceConnectionPropertiesV2BasicResource listSecrets()

List all the secrets of a machine learning workspaces connections.

Returns:

the response.

listSecretsWithResponse

public abstract Response<WorkspaceConnectionPropertiesV2BasicResource> listSecretsWithResponse(Context context)

List all the secrets of a machine learning workspaces connections.

Parameters:

context - The context to associate with this operation.

Returns:

the response body along with Response<T>.

name

public abstract String name()

Gets the name property: The name of the resource.

Returns:

the name value.

properties

public abstract WorkspaceConnectionPropertiesV2 properties()

Gets the properties property: The properties property.

Returns:

the properties value.

refresh

public abstract WorkspaceConnectionPropertiesV2BasicResource refresh()

Refreshes the resource to sync with Azure.

Returns:

the refreshed resource.

refresh

public abstract WorkspaceConnectionPropertiesV2BasicResource refresh(Context context)

Refreshes the resource to sync with Azure.

Parameters:

context - The context to associate with this operation.

Returns:

the refreshed resource.

systemData

public abstract SystemData systemData()

Gets the systemData property: Azure Resource Manager metadata containing createdBy and modifiedBy information.

Returns:

the systemData value.

type

public abstract String type()

Gets the type property: The type of the resource.

Returns:

the type value.

Applies to