VaultExtendedInfoOperationsExtensions.Get 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.
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
Współpracuj z nami w serwisie GitHub
Źródło tej zawartości można znaleźć w witrynie GitHub, gdzie można również tworzyć i przeglądać problemy i żądania ściągnięcia. Więcej informacji znajdziesz w naszym przewodniku dla współtwórców.
Azure SDK for .NET