ArmDellStorageModelFactory.DellFileSystemEncryptionIdentityPatchProperties 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.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.