C# 클래스 Microsoft.Azure.Portal.RecoveryServices.Models.Common.ASRVaultCreds

상속: VaultCreds
파일 보기 프로젝트 열기: Azure/azure-powershell 1 사용 예제들

Private Properties

프로퍼티 타입 설명

공개 메소드들

메소드 설명
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.

메소드 상세

ASRVaultCreds() 공개 메소드

Initializes a new instance of the ASRVaultCreds class.
public ASRVaultCreds ( ) : Microsoft.Azure.Commands.SiteRecovery
리턴 Microsoft.Azure.Commands.SiteRecovery

ASRVaultCreds() 공개 메소드

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
리턴 Microsoft.Azure.Commands.SiteRecovery

ASRVaultCreds() 공개 메소드

Initializes a new instance of the ASRVaultCreds class.
public ASRVaultCreds ( ) : System
리턴 System

ASRVaultCreds() 공개 메소드

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
리턴 System