VaultExtendedInfoOperationsExtensions.Get Method

Definition

Get the vault extended info.

public static Microsoft.Azure.Management.RecoveryServices.Models.VaultExtendedInfoResource Get (this Microsoft.Azure.Management.RecoveryServices.IVaultExtendedInfoOperations operations, string resourceGroupName, string vaultName);
static member Get : Microsoft.Azure.Management.RecoveryServices.IVaultExtendedInfoOperations * string * string -> Microsoft.Azure.Management.RecoveryServices.Models.VaultExtendedInfoResource
<Extension()>
Public Function Get (operations As IVaultExtendedInfoOperations, resourceGroupName As String, vaultName As String) As VaultExtendedInfoResource

Parameters

operations
IVaultExtendedInfoOperations

The operations group for this extension method.

resourceGroupName
String

The name of the resource group where the recovery services vault is present.

vaultName
String

The name of the recovery services vault.

Returns

Applies to