ArmDevCenterModelFactory.DevCenterEncryptionSetData Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public static Azure.ResourceManager.DevCenter.DevCenterEncryptionSetData DevCenterEncryptionSetData(Azure.Core.ResourceIdentifier id = default, string name = default, Azure.Core.ResourceType resourceType = default, Azure.ResourceManager.Models.SystemData systemData = default, System.Collections.Generic.IDictionary<string,string> tags = default, Azure.Core.AzureLocation location = default, Azure.ResourceManager.DevCenter.Models.DevCenterDevboxDisksEncryptionEnableStatus? devboxDisksEncryptionEnableStatus = default, Uri keyEncryptionKeyUri = default, Azure.ResourceManager.DevCenter.Models.DevCenterKeyEncryptionKeyIdentity keyEncryptionKeyIdentity = default, Azure.ResourceManager.DevCenter.Models.DevCenterProvisioningState? provisioningState = default, Azure.ResourceManager.Models.ManagedServiceIdentity identity = default);
static member DevCenterEncryptionSetData : Azure.Core.ResourceIdentifier * string * Azure.Core.ResourceType * Azure.ResourceManager.Models.SystemData * System.Collections.Generic.IDictionary<string, string> * Azure.Core.AzureLocation * Nullable<Azure.ResourceManager.DevCenter.Models.DevCenterDevboxDisksEncryptionEnableStatus> * Uri * Azure.ResourceManager.DevCenter.Models.DevCenterKeyEncryptionKeyIdentity * Nullable<Azure.ResourceManager.DevCenter.Models.DevCenterProvisioningState> * Azure.ResourceManager.Models.ManagedServiceIdentity -> Azure.ResourceManager.DevCenter.DevCenterEncryptionSetData
Public Shared Function DevCenterEncryptionSetData (Optional id As ResourceIdentifier = Nothing, Optional name As String = Nothing, Optional resourceType As ResourceType = Nothing, Optional systemData As SystemData = Nothing, Optional tags As IDictionary(Of String, String) = Nothing, Optional location As AzureLocation = Nothing, Optional devboxDisksEncryptionEnableStatus As Nullable(Of DevCenterDevboxDisksEncryptionEnableStatus) = Nothing, Optional keyEncryptionKeyUri As Uri = Nothing, Optional keyEncryptionKeyIdentity As DevCenterKeyEncryptionKeyIdentity = Nothing, Optional provisioningState As Nullable(Of DevCenterProvisioningState) = Nothing, Optional identity As ManagedServiceIdentity = Nothing) As DevCenterEncryptionSetData
Parameters
Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}.
- name
- String
The name of the resource.
- resourceType
- ResourceType
The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts".
- systemData
- SystemData
Azure Resource Manager metadata containing createdBy and modifiedBy information.
- tags
- IDictionary<String,String>
Resource tags.
- location
- AzureLocation
The geo-location where the resource lives.
- devboxDisksEncryptionEnableStatus
- Nullable<DevCenterDevboxDisksEncryptionEnableStatus>
Devbox disk encryption enable or disable status. Indicates if Devbox disks encryption using DevCenter CMK is enabled or not.
- keyEncryptionKeyUri
- Uri
Key encryption key Url, versioned or non-versioned. Ex: https://contosovault.vault.azure.net/keys/contosokek/562a4bb76b524a1493a6afe8e536ee78 or https://contosovault.vault.azure.net/keys/contosokek.
- keyEncryptionKeyIdentity
- DevCenterKeyEncryptionKeyIdentity
The managed identity configuration used for key vault access.
- provisioningState
- Nullable<DevCenterProvisioningState>
The provisioning state of the resource.
- identity
- ManagedServiceIdentity
Managed identity properties.
Returns
A new DevCenterEncryptionSetData instance for mocking.