C# Class Microsoft.Azure.Portal.RecoveryServices.Models.Common.ASRVaultCreds

Inheritance: VaultCreds
Afficher le fichier Open project: Azure/azure-powershell Class Usage Examples

Private Properties

Свойство Type Description

Méthodes publiques

Méthode Description
ASRVaultCreds ( ) : Microsoft.Azure.Commands.SiteRecovery

Initializes a new instance of the ASRVaultCreds class.

ASRVaultCreds ( string subscriptionId, string resourceName, string managementCert, AcsNamespace acsNamespace, string channelIntegrityKey, string resourceGroupName, string siteId, string siteName, string resourceNamespace, string resourceType ) : Microsoft.Azure.Commands.SiteRecovery

Initializes a new instance of the ASRVaultCreds class.

ASRVaultCreds ( ) : System

Initializes a new instance of the ASRVaultCreds class.

ASRVaultCreds ( string subscriptionId, string resourceName, string managementCert, AcsNamespace acsNamespace, string channelIntegrityKey, string resourceGroupName, string siteId, string siteName, string resourceNamespace, string resourceType, string location ) : System

Initializes a new instance of the ASRVaultCreds class.

Method Details

ASRVaultCreds() public méthode

Initializes a new instance of the ASRVaultCreds class.
public ASRVaultCreds ( ) : Microsoft.Azure.Commands.SiteRecovery
Résultat Microsoft.Azure.Commands.SiteRecovery

ASRVaultCreds() public méthode

Initializes a new instance of the ASRVaultCreds class.
public ASRVaultCreds ( string subscriptionId, string resourceName, string managementCert, AcsNamespace acsNamespace, string channelIntegrityKey, string resourceGroupName, string siteId, string siteName, string resourceNamespace, string resourceType ) : Microsoft.Azure.Commands.SiteRecovery
subscriptionId string subscription Id
resourceName string resource name
managementCert string management cert
acsNamespace AcsNamespace authenticating service namespace
channelIntegrityKey string Agent Channel Integrity Key
resourceGroupName string cloud service name
siteId string custom site Id
siteName string custom site name
resourceNamespace string
resourceType string
Résultat Microsoft.Azure.Commands.SiteRecovery

ASRVaultCreds() public méthode

Initializes a new instance of the ASRVaultCreds class.
public ASRVaultCreds ( ) : System
Résultat System

ASRVaultCreds() public méthode

Initializes a new instance of the ASRVaultCreds class.
public ASRVaultCreds ( string subscriptionId, string resourceName, string managementCert, AcsNamespace acsNamespace, string channelIntegrityKey, string resourceGroupName, string siteId, string siteName, string resourceNamespace, string resourceType, string location ) : System
subscriptionId string subscription Id
resourceName string resource name
managementCert string management cert
acsNamespace AcsNamespace authenticating service namespace
channelIntegrityKey string Agent Channel Integrity Key
resourceGroupName string cloud service name
siteId string custom site Id
siteName string custom site name
resourceNamespace string
resourceType string
location string
Résultat System