次の方法で共有


IWorkspace Interface

Definition

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Databricks.Models.Api20230201.WorkspaceTypeConverter))]
public interface IWorkspace : Microsoft.Azure.PowerShell.Cmdlets.Databricks.Models.Api20220401Preview.ITrackedResource
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Databricks.Models.Api20230201.WorkspaceTypeConverter))>]
type IWorkspace = interface
    interface IJsonSerializable
    interface ITrackedResource
    interface IResource
Public Interface IWorkspace
Implements ITrackedResource
Derived
Attributes
Implements

Properties

AmlWorkspaceIdType

The type of variable that this is

AmlWorkspaceIdValue

The value which should be used for this field.

Authorization

The workspace provider authorizations.

CreatedByApplicationId

The application ID of the application that initiated the creation of the workspace. For example, Azure Portal.

CreatedByOid

The Object ID that created the workspace.

CreatedByPuid

The Personal Object ID corresponding to the object ID above

CreatedDateTime

Specifies the date and time when the workspace is created.

CustomPrivateSubnetNameType

The type of variable that this is

CustomPrivateSubnetNameValue

The value which should be used for this field.

CustomPublicSubnetNameType

The type of variable that this is

CustomPublicSubnetNameValue

The value which should be used for this field.

CustomVirtualNetworkIdType

The type of variable that this is

CustomVirtualNetworkIdValue

The value which should be used for this field.

DiskEncryptionSetId

The resource Id of the managed disk encryption set.

EnableNoPublicIP

The value which should be used for this field.

EnableNoPublicIPType

The type of variable that this is

EncryptionKeyName

The name of KeyVault key.

EncryptionKeySource

The encryption keySource (provider). Possible values (case-insensitive): Default, Microsoft.Keyvault

EncryptionKeyVaultUri

The Uri of KeyVault.

EncryptionKeyVersion

The version of KeyVault key.

EncryptionType

The type of variable that this is

Id

Fully qualified resource Id for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}

(Inherited from IResource)
LoadBalancerBackendPoolNameType

The type of variable that this is

LoadBalancerBackendPoolNameValue

The value which should be used for this field.

LoadBalancerIdType

The type of variable that this is

LoadBalancerIdValue

The value which should be used for this field.

Location

The geo-location where the resource lives

(Inherited from ITrackedResource)
ManagedDiskIdentityPrincipalId

The objectId of the Managed Identity that is linked to the Managed Storage account.

ManagedDiskIdentityTenantId

The tenant Id where the Managed Identity is created.

ManagedDiskIdentityType

The type of Identity created. It can be either SystemAssigned or UserAssigned.

ManagedDiskKeySource

The encryption keySource (provider). Possible values (case-insensitive): Microsoft.Keyvault

ManagedDiskKeyVaultPropertiesKeyName

The name of KeyVault key.

ManagedDiskKeyVaultPropertiesKeyVaultUri

The URI of KeyVault.

ManagedDiskKeyVaultPropertiesKeyVersion

The version of KeyVault key.

ManagedDiskRotationToLatestKeyVersionEnabled

Indicate whether the latest key version should be automatically used for Managed Disk Encryption.

ManagedResourceGroupId

The managed resource group Id.

ManagedServiceKeySource

The encryption keySource (provider). Possible values (case-insensitive): Microsoft.Keyvault

ManagedServicesKeyVaultPropertiesKeyName

The name of KeyVault key.

ManagedServicesKeyVaultPropertiesKeyVaultUri

The Uri of KeyVault.

ManagedServicesKeyVaultPropertiesKeyVersion

The version of KeyVault key.

Name

The name of the resource

(Inherited from IResource)
NatGatewayNameType

The type of variable that this is

NatGatewayNameValue

The value which should be used for this field.

PrepareEncryption

The value which should be used for this field.

PrepareEncryptionType

The type of variable that this is

PrivateEndpointConnection

Private endpoint connections created on the workspace

ProvisioningState

The workspace provisioning state.

PublicIPNameType

The type of variable that this is

PublicIPNameValue

The value which should be used for this field.

PublicNetworkAccess

The network access type for accessing workspace. Set value to disabled to access workspace only via private link.

RequiredNsgRule

Gets or sets a value indicating whether data plane (clusters) to control plane communication happen over private endpoint. Supported values are 'AllRules' and 'NoAzureDatabricksRules'. 'NoAzureServiceRules' value is for internal use only.

RequireInfrastructureEncryption

The value which should be used for this field.

RequireInfrastructureEncryptionType

The type of variable that this is

ResourceTagType

The type of variable that this is

ResourceTagValue

The value which should be used for this field.

SkuName

The SKU name.

SkuTier

The SKU tier.

StorageAccountIdentityPrincipalId

The objectId of the Managed Identity that is linked to the Managed Storage account.

StorageAccountIdentityTenantId

The tenant Id where the Managed Identity is created.

StorageAccountIdentityType

The type of Identity created. It can be either SystemAssigned or UserAssigned.

StorageAccountNameType

The type of variable that this is

StorageAccountNameValue

The value which should be used for this field.

StorageAccountSkuNameType

The type of variable that this is

StorageAccountSkuNameValue

The value which should be used for this field.

SystemDataCreatedAt

The timestamp of resource creation (UTC).

SystemDataCreatedBy

The identity that created the resource.

SystemDataCreatedByType

The type of identity that created the resource.

SystemDataLastModifiedAt

The timestamp of resource last modification (UTC)

SystemDataLastModifiedBy

The identity that last modified the resource.

SystemDataLastModifiedByType

The type of identity that last modified the resource.

Tag

Resource tags.

(Inherited from ITrackedResource)
Type

The type of the resource. Ex- Microsoft.Compute/virtualMachines or Microsoft.Storage/storageAccounts.

(Inherited from IResource)
UiDefinitionUri

The blob URI where the UI definition file is located.

UpdatedByApplicationId

The application ID of the application that initiated the creation of the workspace. For example, Azure Portal.

UpdatedByOid

The Object ID that created the workspace.

UpdatedByPuid

The Personal Object ID corresponding to the object ID above

Url

The workspace URL which is of the format 'adb-{workspaceId}.{random}.azuredatabricks.net'

VnetAddressPrefixType

The type of variable that this is

VnetAddressPrefixValue

The value which should be used for this field.

WorkspaceId

The unique identifier of the databricks workspace in databricks control plane.

Methods

ToJson(JsonObject, SerializationMode) (Inherited from IJsonSerializable)

Applies to