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

Afficher le fichier Open project: OctopusDeploy/azure-sdk-tools

Méthodes publiques

Méthode 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 méthode

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
Résultat void

CreateResource() public static méthode

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
Résultat void

DeleteResource() public static méthode

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
Résultat void

ListCloudServices() public static méthode

public static ListCloudServices ( this proxy, string subscriptionId ) : CloudServiceList
proxy this
subscriptionId string
Résultat CloudServiceList