C# 클래스 Elastacloud.AzureManagement.Fluent.SubscriptionManager

Includes methods to reutrns set of Manager classes to manipulate things to do with storage, services, etc.
파일 보기 프로젝트 열기: azurecoder/fluent-management 1 사용 예제들

공개 메소드들

메소드 설명
GetDeploymentManager ( ) : Services.ICertificateActivity

Gets a manager to use on all types of deployment for PaaS

GetRoleContextManager ( string certificateThumbprint, string serviceName, DeploymentSlot slot ) : RoleContextManager

Added the deployment

GetRoleStatusChangedWatcher ( string serviceName, string roleName, DeploymentSlot slot, string certificateThumbprint ) : DeploymentStatusWatcher

Returns a watcher which will indicate when the status of the deployment and role by extension has changed

GetSqlAzureManager ( ) : SqlAzureManager

Gets a manager to use on Sql Azure

GetStorageManager ( ) : StorageManager

Allows access to the storage manager which performs operations on storage

GetSubscriptionDetailsManager ( ) : Subscriptions.ICertificateActivity

Allows access to a SubscriptionDetailsManager so that information about the subscription such as locations allowed etc. cna be returned

GetVirtualMachinesManager ( ) : VirtualMachines.ICertificateActivity

Gets a manager to perform operations on virtual machines

SubscriptionManager ( string subscriptionId ) : System.Security.Cryptography.X509Certificates

Constructs a subscription manager which can be used to get other managers specific to the operations being requested

메소드 상세

GetDeploymentManager() 공개 메소드

Gets a manager to use on all types of deployment for PaaS
public GetDeploymentManager ( ) : Services.ICertificateActivity
리턴 Services.ICertificateActivity

GetRoleContextManager() 공개 메소드

Added the deployment
public GetRoleContextManager ( string certificateThumbprint, string serviceName, DeploymentSlot slot ) : RoleContextManager
certificateThumbprint string The thumbprint of the certificate being used to update the deployment status
serviceName string The name of the cloud service
slot DeploymentSlot The deployment slot
리턴 RoleContextManager

GetRoleStatusChangedWatcher() 공개 메소드

Returns a watcher which will indicate when the status of the deployment and role by extension has changed
public GetRoleStatusChangedWatcher ( string serviceName, string roleName, DeploymentSlot slot, string certificateThumbprint ) : DeploymentStatusWatcher
serviceName string the name of the hosted service
roleName string the name of the role
slot DeploymentSlot the name of the deployment slot either production or staging
certificateThumbprint string the thumbprint of the management certificate
리턴 Elastacloud.AzureManagement.Fluent.Watchers.DeploymentStatusWatcher

GetSqlAzureManager() 공개 메소드

Gets a manager to use on Sql Azure
public GetSqlAzureManager ( ) : SqlAzureManager
리턴 Elastacloud.AzureManagement.Fluent.SqlAzure.SqlAzureManager

GetStorageManager() 공개 메소드

Allows access to the storage manager which performs operations on storage
public GetStorageManager ( ) : StorageManager
리턴 Elastacloud.AzureManagement.Fluent.Storage.StorageManager

GetSubscriptionDetailsManager() 공개 메소드

Allows access to a SubscriptionDetailsManager so that information about the subscription such as locations allowed etc. cna be returned
public GetSubscriptionDetailsManager ( ) : Subscriptions.ICertificateActivity
리턴 Subscriptions.ICertificateActivity

GetVirtualMachinesManager() 공개 메소드

Gets a manager to perform operations on virtual machines
public GetVirtualMachinesManager ( ) : VirtualMachines.ICertificateActivity
리턴 VirtualMachines.ICertificateActivity

SubscriptionManager() 공개 메소드

Constructs a subscription manager which can be used to get other managers specific to the operations being requested
public SubscriptionManager ( string subscriptionId ) : System.Security.Cryptography.X509Certificates
subscriptionId string the subscription id
리턴 System.Security.Cryptography.X509Certificates