ArmDataBoxEdgeModelFactory.DataBoxEdgeDeviceExtendedInfoPatch Method

Definition

public static Azure.ResourceManager.DataBoxEdge.Models.DataBoxEdgeDeviceExtendedInfoPatch DataBoxEdgeDeviceExtendedInfoPatch(Azure.Core.ResourceIdentifier clientSecretStoreId = default, Uri clientSecretStoreUri = default, string channelIntegrityKeyName = default, string channelIntegrityKeyVersion = default, Azure.ResourceManager.DataBoxEdge.Models.EdgeKeyVaultSyncStatus? syncStatus = default);
static member DataBoxEdgeDeviceExtendedInfoPatch : Azure.Core.ResourceIdentifier * Uri * string * string * Nullable<Azure.ResourceManager.DataBoxEdge.Models.EdgeKeyVaultSyncStatus> -> Azure.ResourceManager.DataBoxEdge.Models.DataBoxEdgeDeviceExtendedInfoPatch
Public Shared Function DataBoxEdgeDeviceExtendedInfoPatch (Optional clientSecretStoreId As ResourceIdentifier = Nothing, Optional clientSecretStoreUri As Uri = Nothing, Optional channelIntegrityKeyName As String = Nothing, Optional channelIntegrityKeyVersion As String = Nothing, Optional syncStatus As Nullable(Of EdgeKeyVaultSyncStatus) = Nothing) As DataBoxEdgeDeviceExtendedInfoPatch

Parameters

clientSecretStoreId
ResourceIdentifier

The Key Vault ARM Id for client secrets.

clientSecretStoreUri
Uri

The url to access the Client Key Vault.

channelIntegrityKeyName
String

The name for Channel Integrity Key stored in the Client Key Vault.

channelIntegrityKeyVersion
String

The version of Channel Integrity Key stored in the Client Key Vault.

syncStatus
Nullable<EdgeKeyVaultSyncStatus>

For changing or to initiate the resync to key-vault set the status to KeyVaultSyncPending, rest of the status will not be applicable.

Returns

A new DataBoxEdgeDeviceExtendedInfoPatch instance for mocking.

Applies to