ArmDellStorageModelFactory.DellFileSystemEncryptionIdentityPatchProperties Method

Definition

public static Azure.ResourceManager.Dell.Storage.Models.DellFileSystemEncryptionIdentityPatchProperties DellFileSystemEncryptionIdentityPatchProperties(Azure.ResourceManager.Dell.Storage.Models.DellFileSystemEncryptionIdentityType? identityType = default, Azure.Core.ResourceIdentifier identityResourceId = default);
static member DellFileSystemEncryptionIdentityPatchProperties : Nullable<Azure.ResourceManager.Dell.Storage.Models.DellFileSystemEncryptionIdentityType> * Azure.Core.ResourceIdentifier -> Azure.ResourceManager.Dell.Storage.Models.DellFileSystemEncryptionIdentityPatchProperties
Public Shared Function DellFileSystemEncryptionIdentityPatchProperties (Optional identityType As Nullable(Of DellFileSystemEncryptionIdentityType) = Nothing, Optional identityResourceId As ResourceIdentifier = Nothing) As DellFileSystemEncryptionIdentityPatchProperties

Parameters

identityType
Nullable<DellFileSystemEncryptionIdentityType>

Identity type - SystemAssigned/UserAssigned - Only UserAssigned is supported now.

identityResourceId
ResourceIdentifier

User-assigned identity resource id - Only when user opts for UserAssigned identity and hence optional.

Returns

A new DellFileSystemEncryptionIdentityPatchProperties instance for mocking.

Applies to