C# 클래스 Microsoft.WindowsAzure.Management.Store.Model.Contract.StoreExtensionMethods

파일 보기 프로젝트 열기: OctopusDeploy/azure-sdk-tools

공개 메소드들

메소드 설명
CreateCloudService ( this proxy, string subscriptionId, string cloudServiceName, CloudService cloudService ) : void
CreateResource ( this proxy, string subscriptionId, string cloudServiceName, string resourceProviderNamespace, string resourceType, string resourceName, Resource resource ) : void
DeleteResource ( this proxy, string subscriptionId, string cloudServiceName, string resourceProviderNamespace, string resourceType, string resourceName ) : void
ListCloudServices ( this proxy, string subscriptionId ) : CloudServiceList

메소드 상세

CreateCloudService() 공개 정적인 메소드

public static CreateCloudService ( this proxy, string subscriptionId, string cloudServiceName, CloudService cloudService ) : void
proxy this
subscriptionId string
cloudServiceName string
cloudService Microsoft.WindowsAzure.Management.Store.Model.ResourceModel.CloudService
리턴 void

CreateResource() 공개 정적인 메소드

public static CreateResource ( this proxy, string subscriptionId, string cloudServiceName, string resourceProviderNamespace, string resourceType, string resourceName, Resource resource ) : void
proxy this
subscriptionId string
cloudServiceName string
resourceProviderNamespace string
resourceType string
resourceName string
resource Microsoft.WindowsAzure.Management.Store.Model.ResourceModel.Resource
리턴 void

DeleteResource() 공개 정적인 메소드

public static DeleteResource ( this proxy, string subscriptionId, string cloudServiceName, string resourceProviderNamespace, string resourceType, string resourceName ) : void
proxy this
subscriptionId string
cloudServiceName string
resourceProviderNamespace string
resourceType string
resourceName string
리턴 void

ListCloudServices() 공개 정적인 메소드

public static ListCloudServices ( this proxy, string subscriptionId ) : CloudServiceList
proxy this
subscriptionId string
리턴 CloudServiceList