C# Class Microsoft.WindowsAzure.Management.Store.Model.Contract.StoreExtensionMethods

Exibir arquivo Open project: OctopusDeploy/azure-sdk-tools

Public Methods

Method Description
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

Method Details

CreateCloudService() public static method

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
return void

CreateResource() public static method

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
return void

DeleteResource() public static method

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
return void

ListCloudServices() public static method

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