C# Class Microsoft.WindowsAzure.Management.CloudService.Test.Utilities.SimpleServiceManagement

Simple implementation of teh IServiceManagement interface that can be used for mocking basic interactions without involving Azure directly.
Inheritance: IServiceManagement
Datei anzeigen Open project: OctopusDeploy/azure-sdk-tools Class Usage Examples

Public Methods

Method Description
BeginAddCertificates ( string subscriptionId, string serviceName, Microsoft.Samples.WindowsAzure.ServiceManagement.CertificateFile input, AsyncCallback callback, object state ) : IAsyncResult
BeginAddDataDisk ( string subscriptionID, string serviceName, string deploymentName, string roleName, DataVirtualHardDisk dataDisk, AsyncCallback callback, object state ) : IAsyncResult
BeginAddRole ( string subscriptionID, string serviceName, string deploymentName, Role role, AsyncCallback callback, object state ) : IAsyncResult
BeginChangeConfiguration ( string subscriptionId, string serviceName, string deploymentName, Microsoft.Samples.WindowsAzure.ServiceManagement.ChangeConfigurationInput input, AsyncCallback callback, object state ) : IAsyncResult
BeginChangeConfigurationBySlot ( string subscriptionId, string serviceName, string deploymentSlot, Microsoft.Samples.WindowsAzure.ServiceManagement.ChangeConfigurationInput input, AsyncCallback callback, object state ) : IAsyncResult
BeginCommitImageUpload ( string subscriptionID, string imageName, AsyncCallback callback, object state ) : IAsyncResult
BeginCreateAffinityGroup ( string subscriptionId, Microsoft.Samples.WindowsAzure.ServiceManagement.CreateAffinityGroupInput input, AsyncCallback callback, object state ) : IAsyncResult
BeginCreateDeployment ( string subscriptionId, string serviceName, Microsoft.Samples.WindowsAzure.ServiceManagement.Deployment deployment, AsyncCallback callback, object state ) : IAsyncResult
BeginCreateDisk ( string subscriptionID, Microsoft.Samples.WindowsAzure.ServiceManagement.Disk disk, AsyncCallback callback, object state ) : IAsyncResult
BeginCreateHostedService ( string subscriptionId, Microsoft.Samples.WindowsAzure.ServiceManagement.CreateHostedServiceInput input, AsyncCallback callback, object state ) : IAsyncResult
BeginCreateOSImage ( string subscriptionID, Microsoft.Samples.WindowsAzure.ServiceManagement.OSImage image, AsyncCallback callback, object state ) : IAsyncResult
BeginCreateOrUpdateDeployment ( string subscriptionId, string serviceName, string deploymentSlot, Microsoft.Samples.WindowsAzure.ServiceManagement.CreateDeploymentInput input, AsyncCallback callback, object state ) : IAsyncResult
BeginCreateStorageService ( string subscriptionId, Microsoft.Samples.WindowsAzure.ServiceManagement.CreateStorageServiceInput createStorageServiceInput, AsyncCallback callback, object state ) : IAsyncResult
BeginDeleteAffinityGroup ( string subscriptionId, string affinityGroupName, AsyncCallback callback, object state ) : IAsyncResult
BeginDeleteCertificate ( string subscriptionId, string serviceName, string thumbprintAlgorithm, string thumbprintInHex, AsyncCallback callback, object state ) : IAsyncResult
BeginDeleteDataDisk ( string subscriptionID, string serviceName, string deploymentName, string roleName, string lun, AsyncCallback callback, object state ) : IAsyncResult
BeginDeleteDeployment ( string subscriptionId, string serviceName, string deploymentName, AsyncCallback callback, object state ) : IAsyncResult
BeginDeleteDeploymentBySlot ( string subscriptionId, string serviceName, string deploymentSlot, AsyncCallback callback, object state ) : IAsyncResult
BeginDeleteDisk ( string subscriptionID, string diskName, AsyncCallback callback, object state ) : IAsyncResult
BeginDeleteDiskEx ( string subscriptionID, string diskName, string comp, AsyncCallback callback, object state ) : IAsyncResult
BeginDeleteHostedService ( string subscriptionId, string serviceName, AsyncCallback callback, object state ) : IAsyncResult
BeginDeleteImage ( string subscriptionID, string imageName, AsyncCallback callback, object state ) : IAsyncResult
BeginDeleteOSImage ( string subscriptionID, string imageName, AsyncCallback callback, object state ) : IAsyncResult
BeginDeleteOSImageEx ( string subscriptionID, string imageName, string comp, AsyncCallback callback, object state ) : IAsyncResult
BeginDeleteRole ( string subscriptionID, string serviceName, string deploymentName, string roleName, AsyncCallback callback, object state ) : IAsyncResult
BeginDeleteStorageService ( string subscriptionId, string StorageServiceName, AsyncCallback callback, object state ) : IAsyncResult
BeginDownloadRDPFile ( string subscriptionID, string serviceName, string deploymentName, string instanceName, AsyncCallback callback, object state ) : IAsyncResult
BeginExecuteRoleOperation ( string subscriptionID, string serviceName, string deploymentName, string roleInstanceName, Microsoft.Samples.WindowsAzure.ServiceManagement.RoleOperation roleOperation, AsyncCallback callback, object state ) : IAsyncResult
BeginGetAffinityGroup ( string subscriptionId, string affinityGroupName, AsyncCallback callback, object state ) : IAsyncResult
BeginGetAzureWebsites ( string subscriptionId, AsyncCallback callback, object state ) : IAsyncResult
BeginGetCertificate ( string subscriptionId, string serviceName, string thumbprintAlgorithm, string thumbprintInHex, AsyncCallback callback, object state ) : IAsyncResult
BeginGetDataDisk ( string subscriptionID, string serviceName, string deploymentName, string roleName, string lun, AsyncCallback callback, object state ) : IAsyncResult
BeginGetDeployment ( string subscriptionId, string serviceName, string deploymentName, AsyncCallback callback, object state ) : IAsyncResult
BeginGetDeploymentBySlot ( string subscriptionId, string serviceName, string deploymentSlot, AsyncCallback callback, object state ) : IAsyncResult
BeginGetDisk ( string subscriptionID, string diskName, AsyncCallback callback, object state ) : IAsyncResult
BeginGetHostedService ( string subscriptionId, string serviceName, AsyncCallback callback, object state ) : IAsyncResult
BeginGetHostedServiceWithDetails ( string subscriptionId, string serviceName, System.Boolean embedDetail, AsyncCallback callback, object state ) : IAsyncResult
BeginGetImageProperties ( string subscriptionID, string imageName, AsyncCallback callback, object state ) : IAsyncResult
BeginGetImageReference ( string subscriptionID, string imageName, string expiry, string permission, AsyncCallback callback, object state ) : IAsyncResult
BeginGetNetworkConfiguration ( string subscriptionId, AsyncCallback callback, object state ) : IAsyncResult
BeginGetOSImage ( string subscriptionID, string imageName, AsyncCallback callback, object state ) : IAsyncResult
BeginGetOSImageWithDetails ( string subscriptionID, string imageName, AsyncCallback callback, object state ) : IAsyncResult
BeginGetOperationStatus ( string subscriptionId, string operationTrackingId, AsyncCallback callback, object state ) : IAsyncResult
BeginGetPackage ( string subscriptionId, string serviceName, string deploymentName, string containerUri, bool overwriteExisting, AsyncCallback callback, object state ) : IAsyncResult
BeginGetPackageBySlot ( string subscriptionId, string serviceName, string deploymentSlot, string containerUri, bool overwriteExisting, AsyncCallback callback, object state ) : IAsyncResult
BeginGetRole ( string subscriptionID, string serviceName, string deploymentName, string roleName, AsyncCallback callback, object state ) : IAsyncResult
BeginGetStorageKeys ( string subscriptionId, string serviceName, AsyncCallback callback, object state ) : IAsyncResult
BeginGetStorageService ( string subscriptionId, string serviceName, AsyncCallback callback, object state ) : IAsyncResult
BeginGetSubscription ( string subscriptionID, AsyncCallback callback, object state ) : IAsyncResult
BeginIsDNSAvailable ( string subscriptionId, string serviceName, AsyncCallback callback, object state ) : IAsyncResult
BeginIsStorageServiceAvailable ( string subscriptionId, string serviceName, AsyncCallback callback, object state ) : IAsyncResult
BeginListAffinityGroups ( string subscriptionId, AsyncCallback callback, object state ) : IAsyncResult
BeginListCertificates ( string subscriptionId, string serviceName, AsyncCallback callback, object state ) : IAsyncResult
BeginListDisks ( string subscriptionID, AsyncCallback callback, object state ) : IAsyncResult
BeginListHostedServices ( string subscriptionId, AsyncCallback callback, object state ) : IAsyncResult
BeginListImages ( string subscriptionID, AsyncCallback callback, object state ) : IAsyncResult
BeginListLocations ( string subscriptionId, AsyncCallback callback, object state ) : IAsyncResult
BeginListOSImages ( string subscriptionID, AsyncCallback callback, object state ) : IAsyncResult
BeginListOperatingSystemFamilies ( string subscriptionId, AsyncCallback callback, object state ) : IAsyncResult
BeginListOperatingSystems ( string subscriptionId, AsyncCallback callback, object state ) : IAsyncResult
BeginListStorageServices ( string subscriptionId, AsyncCallback callback, object state ) : IAsyncResult
BeginListSubscriptionOperations ( string subscriptionID, string startTime, string endTime, string objectIdFilter, string operationResultFilter, string continuationToken, AsyncCallback callback, object state ) : IAsyncResult
BeginListVirtualNetworkSites ( string subscriptionId, AsyncCallback callback, object state ) : IAsyncResult
BeginPrepareImageUpload ( string subscriptionId, string imageName, Microsoft.Samples.WindowsAzure.ServiceManagement.PrepareImageUploadInput input, AsyncCallback callback, object state ) : IAsyncResult
BeginProcessMessage ( System request, AsyncCallback callback, object state ) : IAsyncResult
BeginQueryOSImages ( string subscriptionID, string location, string publisher, AsyncCallback callback, object state ) : IAsyncResult
BeginRebootDeploymentRoleInstance ( string subscriptionId, string serviceName, string deploymentName, string roleInstanceName, AsyncCallback callback, object state ) : IAsyncResult
BeginRebootDeploymentRoleInstanceBySlot ( string subscriptionId, string serviceName, string deploymentSlot, string roleInstanceName, AsyncCallback callback, object state ) : IAsyncResult
BeginRegenerateStorageServiceKeys ( string subscriptionId, string serviceName, Microsoft.Samples.WindowsAzure.ServiceManagement.RegenerateKeys regenerateKeys, AsyncCallback callback, object state ) : IAsyncResult
BeginReimageDeploymentRoleInstance ( string subscriptionId, string serviceName, string deploymentName, string roleInstanceName, AsyncCallback callback, object state ) : IAsyncResult
BeginReimageDeploymentRoleInstanceBySlot ( string subscriptionId, string serviceName, string deploymentSlot, string roleInstanceName, AsyncCallback callback, object state ) : IAsyncResult
BeginReplicateOSImage ( string subscriptionID, string imageName, ReplicationInput replicationInput, AsyncCallback callback, object state ) : IAsyncResult
BeginResumeDeploymentUpdateOrUpgrade ( string subscriptionId, string serviceName, string deploymentName, AsyncCallback callback, object state ) : IAsyncResult
BeginResumeDeploymentUpdateOrUpgradeBySlot ( string subscriptionId, string serviceName, string deploymentSlot, AsyncCallback callback, object state ) : IAsyncResult
BeginRollbackDeploymentUpdateOrUpgrade ( string subscriptionId, string serviceName, string deploymentName, Microsoft.Samples.WindowsAzure.ServiceManagement.RollbackUpdateOrUpgradeInput input, AsyncCallback callback, object state ) : IAsyncResult
BeginRollbackDeploymentUpdateOrUpgradeBySlot ( string subscriptionId, string serviceName, string deploymentSlot, Microsoft.Samples.WindowsAzure.ServiceManagement.RollbackUpdateOrUpgradeInput input, AsyncCallback callback, object state ) : IAsyncResult
BeginSetImageProperties ( string subscriptionID, string imageName, Microsoft.Samples.WindowsAzure.ServiceManagement.SetMachineImagePropertiesInput imageProperties, AsyncCallback callback, object state ) : IAsyncResult
BeginSetNetworkConfiguration ( string subscriptionId, System networkConfiguration, AsyncCallback callback, object state ) : IAsyncResult
BeginSetParentImage ( string subscriptionID, string imageName, Microsoft.Samples.WindowsAzure.ServiceManagement.SetParentImageInput parentImageInput, AsyncCallback callback, object state ) : IAsyncResult
BeginShareOSImage ( string subscriptionID, string imageName, string permission, AsyncCallback callback, object state ) : IAsyncResult
BeginSuspendDeploymentUpdateOrUpgrade ( string subscriptionId, string serviceName, string deploymentName, AsyncCallback callback, object state ) : IAsyncResult
BeginSuspendDeploymentUpdateOrUpgradeBySlot ( string subscriptionId, string serviceName, string deploymentSlot, AsyncCallback callback, object state ) : IAsyncResult
BeginSwapDeployment ( string subscriptionId, string serviceName, Microsoft.Samples.WindowsAzure.ServiceManagement.SwapDeploymentInput input, AsyncCallback callback, object state ) : IAsyncResult
BeginUnReplicateOSImage ( string subscriptionID, string imageName, AsyncCallback callback, object state ) : IAsyncResult
BeginUpdateAffinityGroup ( string subscriptionId, string affinityGroupName, Microsoft.Samples.WindowsAzure.ServiceManagement.UpdateAffinityGroupInput input, AsyncCallback callback, object state ) : IAsyncResult
BeginUpdateDataDisk ( string subscriptionID, string serviceName, string deploymentName, string roleName, string lun, DataVirtualHardDisk dataDisk, AsyncCallback callback, object state ) : IAsyncResult
BeginUpdateDeploymentStatus ( string subscriptionId, string serviceName, string deploymentName, Microsoft.Samples.WindowsAzure.ServiceManagement.UpdateDeploymentStatusInput input, AsyncCallback callback, object state ) : IAsyncResult
BeginUpdateDeploymentStatusBySlot ( string subscriptionId, string serviceName, string deploymentSlot, Microsoft.Samples.WindowsAzure.ServiceManagement.UpdateDeploymentStatusInput input, AsyncCallback callback, object state ) : IAsyncResult
BeginUpdateDisk ( string subscriptionID, string diskName, Microsoft.Samples.WindowsAzure.ServiceManagement.Disk disk, AsyncCallback callback, object state ) : IAsyncResult
BeginUpdateHostedService ( string subscriptionId, string serviceName, Microsoft.Samples.WindowsAzure.ServiceManagement.UpdateHostedServiceInput input, AsyncCallback callback, object state ) : IAsyncResult
BeginUpdateOSImage ( string subscriptionID, string imageName, Microsoft.Samples.WindowsAzure.ServiceManagement.OSImage image, AsyncCallback callback, object state ) : IAsyncResult
BeginUpdateRole ( string subscriptionID, string serviceName, string deploymentName, string roleName, Role role, AsyncCallback callback, object state ) : IAsyncResult
BeginUpdateStorageService ( string subscriptionId, string StorageServiceName, Microsoft.Samples.WindowsAzure.ServiceManagement.UpdateStorageServiceInput updateStorageServiceInput, AsyncCallback callback, object state ) : IAsyncResult
BeginUpgradeDeployment ( string subscriptionId, string serviceName, string deploymentName, Microsoft.Samples.WindowsAzure.ServiceManagement.UpgradeDeploymentInput input, AsyncCallback callback, object state ) : IAsyncResult
BeginUpgradeDeploymentBySlot ( string subscriptionId, string serviceName, string deploymentSlot, Microsoft.Samples.WindowsAzure.ServiceManagement.UpgradeDeploymentInput input, AsyncCallback callback, object state ) : IAsyncResult
BeginWalkUpgradeDomain ( string subscriptionId, string serviceName, string deploymentName, Microsoft.Samples.WindowsAzure.ServiceManagement.WalkUpgradeDomainInput input, AsyncCallback callback, object state ) : IAsyncResult
BeginWalkUpgradeDomainBySlot ( string subscriptionId, string serviceName, string deploymentSlot, Microsoft.Samples.WindowsAzure.ServiceManagement.WalkUpgradeDomainInput input, AsyncCallback callback, object state ) : IAsyncResult
EndAddCertificates ( IAsyncResult asyncResult ) : void
EndAddDataDisk ( IAsyncResult asyncResult ) : void
EndAddRole ( IAsyncResult asyncResult ) : void
EndChangeConfiguration ( IAsyncResult asyncResult ) : void
EndChangeConfigurationBySlot ( IAsyncResult asyncResult ) : void
EndCommitImageUpload ( IAsyncResult asyncResult ) : void
EndCreateAffinityGroup ( IAsyncResult asyncResult ) : void
EndCreateDeployment ( IAsyncResult asyncResult ) : void
EndCreateDisk ( IAsyncResult asyncResult ) : Microsoft.Samples.WindowsAzure.ServiceManagement.Disk
EndCreateHostedService ( IAsyncResult asyncResult ) : void
EndCreateOSImage ( IAsyncResult asyncResult ) : Microsoft.Samples.WindowsAzure.ServiceManagement.OSImage
EndCreateOrUpdateDeployment ( IAsyncResult asyncResult ) : void
EndCreateStorageService ( IAsyncResult asyncResult ) : void
EndDeleteAffinityGroup ( IAsyncResult asyncResult ) : void
EndDeleteCertificate ( IAsyncResult asyncResult ) : void
EndDeleteDataDisk ( IAsyncResult asyncResult ) : void
EndDeleteDeployment ( IAsyncResult asyncResult ) : void
EndDeleteDeploymentBySlot ( IAsyncResult asyncResult ) : void
EndDeleteDisk ( IAsyncResult asyncResult ) : void
EndDeleteDiskEx ( IAsyncResult asyncResult ) : void
EndDeleteHostedService ( IAsyncResult asyncResult ) : void
EndDeleteImage ( IAsyncResult asyncResult ) : void
EndDeleteOSImage ( IAsyncResult asyncResult ) : void
EndDeleteOSImageEx ( IAsyncResult asyncResult ) : void
EndDeleteRole ( IAsyncResult asyncResult ) : void
EndDeleteStorageService ( IAsyncResult asyncResult ) : void
EndDownloadRDPFile ( IAsyncResult asyncResult ) : System.IO.Stream
EndExecuteRoleOperation ( IAsyncResult asyncResult ) : void
EndGetAffinityGroup ( IAsyncResult asyncResult ) : Microsoft.Samples.WindowsAzure.ServiceManagement.AffinityGroup
EndGetAzureWebsites ( IAsyncResult asyncResult ) : void
EndGetCertificate ( IAsyncResult asyncResult ) : Microsoft.Samples.WindowsAzure.ServiceManagement.Certificate
EndGetDataDisk ( IAsyncResult asyncResult ) : DataVirtualHardDisk
EndGetDeployment ( IAsyncResult asyncResult ) : Microsoft.Samples.WindowsAzure.ServiceManagement.Deployment
EndGetDeploymentBySlot ( IAsyncResult asyncResult ) : Microsoft.Samples.WindowsAzure.ServiceManagement.Deployment
EndGetDisk ( IAsyncResult asyncResult ) : Microsoft.Samples.WindowsAzure.ServiceManagement.Disk
EndGetHostedService ( IAsyncResult asyncResult ) : Microsoft.Samples.WindowsAzure.ServiceManagement.HostedService
EndGetHostedServiceWithDetails ( IAsyncResult asyncResult ) : Microsoft.Samples.WindowsAzure.ServiceManagement.HostedService
EndGetImageProperties ( IAsyncResult asyncResult ) : Microsoft.Samples.WindowsAzure.ServiceManagement.MachineImage
EndGetImageReference ( IAsyncResult asyncResult ) : Microsoft.Samples.WindowsAzure.ServiceManagement.MachineImageReference
EndGetNetworkConfiguration ( IAsyncResult asyncResult ) : System.IO.Stream
EndGetOSImage ( IAsyncResult asyncResult ) : Microsoft.Samples.WindowsAzure.ServiceManagement.OSImage
EndGetOSImageWithDetails ( IAsyncResult asyncResult ) : OSImageDetails
EndGetOperationStatus ( IAsyncResult asyncResult ) : Operation
EndGetPackage ( IAsyncResult asyncResult ) : void
EndGetPackageBySlot ( IAsyncResult asyncResult ) : void
EndGetRole ( IAsyncResult asyncResult ) : Role
EndGetStorageKeys ( IAsyncResult asyncResult ) : Microsoft.Samples.WindowsAzure.ServiceManagement.StorageService
EndGetStorageService ( IAsyncResult asyncResult ) : Microsoft.Samples.WindowsAzure.ServiceManagement.StorageService
EndGetSubscription ( IAsyncResult asyncResult ) : Microsoft.Samples.WindowsAzure.ServiceManagement.Subscription
EndIsDNSAvailable ( IAsyncResult asyncResult ) : Microsoft.Samples.WindowsAzure.ServiceManagement.AvailabilityResponse
EndIsStorageServiceAvailable ( IAsyncResult asyncResult ) : Microsoft.Samples.WindowsAzure.ServiceManagement.AvailabilityResponse
EndListAffinityGroups ( IAsyncResult asyncResult ) : AffinityGroupList
EndListCertificates ( IAsyncResult asyncResult ) : CertificateList
EndListDisks ( IAsyncResult asyncResult ) : DiskList
EndListHostedServices ( IAsyncResult asyncResult ) : HostedServiceList
EndListImages ( IAsyncResult asyncResult ) : MachineImageList
EndListLocations ( IAsyncResult asyncResult ) : LocationList
EndListOSImages ( IAsyncResult asyncResult ) : OSImageList
EndListOperatingSystemFamilies ( IAsyncResult asyncResult ) : OperatingSystemFamilyList
EndListOperatingSystems ( IAsyncResult asyncResult ) : OperatingSystemList
EndListStorageServices ( IAsyncResult asyncResult ) : StorageServiceList
EndListSubscriptionOperations ( IAsyncResult asyncResult ) : Microsoft.Samples.WindowsAzure.ServiceManagement.SubscriptionOperationCollection
EndListVirtualNetworkSites ( IAsyncResult asyncResult ) : VirtualNetworkSiteList
EndPrepareImageUpload ( IAsyncResult asyncResult ) : void
EndProcessMessage ( IAsyncResult result ) : System.ServiceModel.Channels.Message
EndQueryOSImages ( IAsyncResult asyncResult ) : OSImageList
EndRebootDeploymentRoleInstance ( IAsyncResult asyncResult ) : void
EndRebootDeploymentRoleInstanceBySlot ( IAsyncResult asyncResult ) : void
EndRegenerateStorageServiceKeys ( IAsyncResult asyncResult ) : Microsoft.Samples.WindowsAzure.ServiceManagement.StorageService
EndReimageDeploymentRoleInstance ( IAsyncResult asyncResult ) : void
EndReimageDeploymentRoleInstanceBySlot ( IAsyncResult asyncResult ) : void
EndReplicateOSImage ( IAsyncResult asyncResult ) : string
EndResumeDeploymentUpdateOrUpgrade ( IAsyncResult asyncResult ) : void
EndResumeDeploymentUpdateOrUpgradeBySlot ( IAsyncResult asyncResult ) : void
EndRollbackDeploymentUpdateOrUpgrade ( IAsyncResult asyncResult ) : void
EndRollbackDeploymentUpdateOrUpgradeBySlot ( IAsyncResult asyncResult ) : void
EndSetImageProperties ( IAsyncResult asyncResult ) : void
EndSetNetworkConfiguration ( IAsyncResult asyncResult ) : void
EndSetParentImage ( IAsyncResult asyncResult ) : void
EndSetVirtualNetworkGatewayConfiguration ( IAsyncResult asyncResult ) : void
EndShareOSImage ( IAsyncResult asyncResult ) : bool
EndSuspendDeploymentUpdateOrUpgrade ( IAsyncResult asyncResult ) : void
EndSuspendDeploymentUpdateOrUpgradeBySlot ( IAsyncResult asyncResult ) : void
EndSwapDeployment ( IAsyncResult asyncResult ) : void
EndUnReplicateOSImage ( IAsyncResult asyncResult ) : void
EndUpdateAffinityGroup ( IAsyncResult asyncResult ) : void
EndUpdateDataDisk ( IAsyncResult asyncResult ) : void
EndUpdateDeploymentStatus ( IAsyncResult asyncResult ) : void
EndUpdateDeploymentStatusBySlot ( IAsyncResult asyncResult ) : void
EndUpdateDisk ( IAsyncResult asyncResult ) : Microsoft.Samples.WindowsAzure.ServiceManagement.Disk
EndUpdateHostedService ( IAsyncResult asyncResult ) : void
EndUpdateOSImage ( IAsyncResult asyncResult ) : Microsoft.Samples.WindowsAzure.ServiceManagement.OSImage
EndUpdateRole ( IAsyncResult asyncResult ) : void
EndUpdateStorageService ( IAsyncResult asyncResult ) : void
EndUpgradeDeployment ( IAsyncResult asyncResult ) : void
EndUpgradeDeploymentBySlot ( IAsyncResult asyncResult ) : void
EndWalkUpgradeDomain ( IAsyncResult asyncResult ) : void
EndWalkUpgradeDomainBySlot ( IAsyncResult asyncResult ) : void
SimpleServiceManagement ( ) : System

Initializes a new instance of the SimpleServiceManagement class.

Method Details

BeginAddCertificates() public method

public BeginAddCertificates ( string subscriptionId, string serviceName, Microsoft.Samples.WindowsAzure.ServiceManagement.CertificateFile input, AsyncCallback callback, object state ) : IAsyncResult
subscriptionId string
serviceName string
input Microsoft.Samples.WindowsAzure.ServiceManagement.CertificateFile
callback AsyncCallback
state object
return IAsyncResult

BeginAddDataDisk() public method

public BeginAddDataDisk ( string subscriptionID, string serviceName, string deploymentName, string roleName, DataVirtualHardDisk dataDisk, AsyncCallback callback, object state ) : IAsyncResult
subscriptionID string
serviceName string
deploymentName string
roleName string
dataDisk DataVirtualHardDisk
callback AsyncCallback
state object
return IAsyncResult

BeginAddRole() public method

public BeginAddRole ( string subscriptionID, string serviceName, string deploymentName, Role role, AsyncCallback callback, object state ) : IAsyncResult
subscriptionID string
serviceName string
deploymentName string
role Role
callback AsyncCallback
state object
return IAsyncResult

BeginChangeConfiguration() public method

public BeginChangeConfiguration ( string subscriptionId, string serviceName, string deploymentName, Microsoft.Samples.WindowsAzure.ServiceManagement.ChangeConfigurationInput input, AsyncCallback callback, object state ) : IAsyncResult
subscriptionId string
serviceName string
deploymentName string
input Microsoft.Samples.WindowsAzure.ServiceManagement.ChangeConfigurationInput
callback AsyncCallback
state object
return IAsyncResult

BeginChangeConfigurationBySlot() public method

public BeginChangeConfigurationBySlot ( string subscriptionId, string serviceName, string deploymentSlot, Microsoft.Samples.WindowsAzure.ServiceManagement.ChangeConfigurationInput input, AsyncCallback callback, object state ) : IAsyncResult
subscriptionId string
serviceName string
deploymentSlot string
input Microsoft.Samples.WindowsAzure.ServiceManagement.ChangeConfigurationInput
callback AsyncCallback
state object
return IAsyncResult

BeginCommitImageUpload() public method

public BeginCommitImageUpload ( string subscriptionID, string imageName, AsyncCallback callback, object state ) : IAsyncResult
subscriptionID string
imageName string
callback AsyncCallback
state object
return IAsyncResult

BeginCreateAffinityGroup() public method

public BeginCreateAffinityGroup ( string subscriptionId, Microsoft.Samples.WindowsAzure.ServiceManagement.CreateAffinityGroupInput input, AsyncCallback callback, object state ) : IAsyncResult
subscriptionId string
input Microsoft.Samples.WindowsAzure.ServiceManagement.CreateAffinityGroupInput
callback AsyncCallback
state object
return IAsyncResult

BeginCreateDeployment() public method

public BeginCreateDeployment ( string subscriptionId, string serviceName, Microsoft.Samples.WindowsAzure.ServiceManagement.Deployment deployment, AsyncCallback callback, object state ) : IAsyncResult
subscriptionId string
serviceName string
deployment Microsoft.Samples.WindowsAzure.ServiceManagement.Deployment
callback AsyncCallback
state object
return IAsyncResult

BeginCreateDisk() public method

public BeginCreateDisk ( string subscriptionID, Microsoft.Samples.WindowsAzure.ServiceManagement.Disk disk, AsyncCallback callback, object state ) : IAsyncResult
subscriptionID string
disk Microsoft.Samples.WindowsAzure.ServiceManagement.Disk
callback AsyncCallback
state object
return IAsyncResult

BeginCreateHostedService() public method

public BeginCreateHostedService ( string subscriptionId, Microsoft.Samples.WindowsAzure.ServiceManagement.CreateHostedServiceInput input, AsyncCallback callback, object state ) : IAsyncResult
subscriptionId string
input Microsoft.Samples.WindowsAzure.ServiceManagement.CreateHostedServiceInput
callback AsyncCallback
state object
return IAsyncResult

BeginCreateOSImage() public method

public BeginCreateOSImage ( string subscriptionID, Microsoft.Samples.WindowsAzure.ServiceManagement.OSImage image, AsyncCallback callback, object state ) : IAsyncResult
subscriptionID string
image Microsoft.Samples.WindowsAzure.ServiceManagement.OSImage
callback AsyncCallback
state object
return IAsyncResult

BeginCreateOrUpdateDeployment() public method

public BeginCreateOrUpdateDeployment ( string subscriptionId, string serviceName, string deploymentSlot, Microsoft.Samples.WindowsAzure.ServiceManagement.CreateDeploymentInput input, AsyncCallback callback, object state ) : IAsyncResult
subscriptionId string
serviceName string
deploymentSlot string
input Microsoft.Samples.WindowsAzure.ServiceManagement.CreateDeploymentInput
callback AsyncCallback
state object
return IAsyncResult

BeginCreateStorageService() public method

public BeginCreateStorageService ( string subscriptionId, Microsoft.Samples.WindowsAzure.ServiceManagement.CreateStorageServiceInput createStorageServiceInput, AsyncCallback callback, object state ) : IAsyncResult
subscriptionId string
createStorageServiceInput Microsoft.Samples.WindowsAzure.ServiceManagement.CreateStorageServiceInput
callback AsyncCallback
state object
return IAsyncResult

BeginDeleteAffinityGroup() public method

public BeginDeleteAffinityGroup ( string subscriptionId, string affinityGroupName, AsyncCallback callback, object state ) : IAsyncResult
subscriptionId string
affinityGroupName string
callback AsyncCallback
state object
return IAsyncResult

BeginDeleteCertificate() public method

public BeginDeleteCertificate ( string subscriptionId, string serviceName, string thumbprintAlgorithm, string thumbprintInHex, AsyncCallback callback, object state ) : IAsyncResult
subscriptionId string
serviceName string
thumbprintAlgorithm string
thumbprintInHex string
callback AsyncCallback
state object
return IAsyncResult

BeginDeleteDataDisk() public method

public BeginDeleteDataDisk ( string subscriptionID, string serviceName, string deploymentName, string roleName, string lun, AsyncCallback callback, object state ) : IAsyncResult
subscriptionID string
serviceName string
deploymentName string
roleName string
lun string
callback AsyncCallback
state object
return IAsyncResult

BeginDeleteDeployment() public method

public BeginDeleteDeployment ( string subscriptionId, string serviceName, string deploymentName, AsyncCallback callback, object state ) : IAsyncResult
subscriptionId string
serviceName string
deploymentName string
callback AsyncCallback
state object
return IAsyncResult

BeginDeleteDeploymentBySlot() public method

public BeginDeleteDeploymentBySlot ( string subscriptionId, string serviceName, string deploymentSlot, AsyncCallback callback, object state ) : IAsyncResult
subscriptionId string
serviceName string
deploymentSlot string
callback AsyncCallback
state object
return IAsyncResult

BeginDeleteDisk() public method

public BeginDeleteDisk ( string subscriptionID, string diskName, AsyncCallback callback, object state ) : IAsyncResult
subscriptionID string
diskName string
callback AsyncCallback
state object
return IAsyncResult

BeginDeleteDiskEx() public method

public BeginDeleteDiskEx ( string subscriptionID, string diskName, string comp, AsyncCallback callback, object state ) : IAsyncResult
subscriptionID string
diskName string
comp string
callback AsyncCallback
state object
return IAsyncResult

BeginDeleteHostedService() public method

public BeginDeleteHostedService ( string subscriptionId, string serviceName, AsyncCallback callback, object state ) : IAsyncResult
subscriptionId string
serviceName string
callback AsyncCallback
state object
return IAsyncResult

BeginDeleteImage() public method

public BeginDeleteImage ( string subscriptionID, string imageName, AsyncCallback callback, object state ) : IAsyncResult
subscriptionID string
imageName string
callback AsyncCallback
state object
return IAsyncResult

BeginDeleteOSImage() public method

public BeginDeleteOSImage ( string subscriptionID, string imageName, AsyncCallback callback, object state ) : IAsyncResult
subscriptionID string
imageName string
callback AsyncCallback
state object
return IAsyncResult

BeginDeleteOSImageEx() public method

public BeginDeleteOSImageEx ( string subscriptionID, string imageName, string comp, AsyncCallback callback, object state ) : IAsyncResult
subscriptionID string
imageName string
comp string
callback AsyncCallback
state object
return IAsyncResult

BeginDeleteRole() public method

public BeginDeleteRole ( string subscriptionID, string serviceName, string deploymentName, string roleName, AsyncCallback callback, object state ) : IAsyncResult
subscriptionID string
serviceName string
deploymentName string
roleName string
callback AsyncCallback
state object
return IAsyncResult

BeginDeleteStorageService() public method

public BeginDeleteStorageService ( string subscriptionId, string StorageServiceName, AsyncCallback callback, object state ) : IAsyncResult
subscriptionId string
StorageServiceName string
callback AsyncCallback
state object
return IAsyncResult

BeginDownloadRDPFile() public method

public BeginDownloadRDPFile ( string subscriptionID, string serviceName, string deploymentName, string instanceName, AsyncCallback callback, object state ) : IAsyncResult
subscriptionID string
serviceName string
deploymentName string
instanceName string
callback AsyncCallback
state object
return IAsyncResult

BeginExecuteRoleOperation() public method

public BeginExecuteRoleOperation ( string subscriptionID, string serviceName, string deploymentName, string roleInstanceName, Microsoft.Samples.WindowsAzure.ServiceManagement.RoleOperation roleOperation, AsyncCallback callback, object state ) : IAsyncResult
subscriptionID string
serviceName string
deploymentName string
roleInstanceName string
roleOperation Microsoft.Samples.WindowsAzure.ServiceManagement.RoleOperation
callback AsyncCallback
state object
return IAsyncResult

BeginGetAffinityGroup() public method

public BeginGetAffinityGroup ( string subscriptionId, string affinityGroupName, AsyncCallback callback, object state ) : IAsyncResult
subscriptionId string
affinityGroupName string
callback AsyncCallback
state object
return IAsyncResult

BeginGetAzureWebsites() public method

public BeginGetAzureWebsites ( string subscriptionId, AsyncCallback callback, object state ) : IAsyncResult
subscriptionId string
callback AsyncCallback
state object
return IAsyncResult

BeginGetCertificate() public method

public BeginGetCertificate ( string subscriptionId, string serviceName, string thumbprintAlgorithm, string thumbprintInHex, AsyncCallback callback, object state ) : IAsyncResult
subscriptionId string
serviceName string
thumbprintAlgorithm string
thumbprintInHex string
callback AsyncCallback
state object
return IAsyncResult

BeginGetDataDisk() public method

public BeginGetDataDisk ( string subscriptionID, string serviceName, string deploymentName, string roleName, string lun, AsyncCallback callback, object state ) : IAsyncResult
subscriptionID string
serviceName string
deploymentName string
roleName string
lun string
callback AsyncCallback
state object
return IAsyncResult

BeginGetDeployment() public method

public BeginGetDeployment ( string subscriptionId, string serviceName, string deploymentName, AsyncCallback callback, object state ) : IAsyncResult
subscriptionId string
serviceName string
deploymentName string
callback AsyncCallback
state object
return IAsyncResult

BeginGetDeploymentBySlot() public method

public BeginGetDeploymentBySlot ( string subscriptionId, string serviceName, string deploymentSlot, AsyncCallback callback, object state ) : IAsyncResult
subscriptionId string
serviceName string
deploymentSlot string
callback AsyncCallback
state object
return IAsyncResult

BeginGetDisk() public method

public BeginGetDisk ( string subscriptionID, string diskName, AsyncCallback callback, object state ) : IAsyncResult
subscriptionID string
diskName string
callback AsyncCallback
state object
return IAsyncResult

BeginGetHostedService() public method

public BeginGetHostedService ( string subscriptionId, string serviceName, AsyncCallback callback, object state ) : IAsyncResult
subscriptionId string
serviceName string
callback AsyncCallback
state object
return IAsyncResult

BeginGetHostedServiceWithDetails() public method

public BeginGetHostedServiceWithDetails ( string subscriptionId, string serviceName, System.Boolean embedDetail, AsyncCallback callback, object state ) : IAsyncResult
subscriptionId string
serviceName string
embedDetail System.Boolean
callback AsyncCallback
state object
return IAsyncResult

BeginGetImageProperties() public method

public BeginGetImageProperties ( string subscriptionID, string imageName, AsyncCallback callback, object state ) : IAsyncResult
subscriptionID string
imageName string
callback AsyncCallback
state object
return IAsyncResult

BeginGetImageReference() public method

public BeginGetImageReference ( string subscriptionID, string imageName, string expiry, string permission, AsyncCallback callback, object state ) : IAsyncResult
subscriptionID string
imageName string
expiry string
permission string
callback AsyncCallback
state object
return IAsyncResult

BeginGetNetworkConfiguration() public method

public BeginGetNetworkConfiguration ( string subscriptionId, AsyncCallback callback, object state ) : IAsyncResult
subscriptionId string
callback AsyncCallback
state object
return IAsyncResult

BeginGetOSImage() public method

public BeginGetOSImage ( string subscriptionID, string imageName, AsyncCallback callback, object state ) : IAsyncResult
subscriptionID string
imageName string
callback AsyncCallback
state object
return IAsyncResult

BeginGetOSImageWithDetails() public method

public BeginGetOSImageWithDetails ( string subscriptionID, string imageName, AsyncCallback callback, object state ) : IAsyncResult
subscriptionID string
imageName string
callback AsyncCallback
state object
return IAsyncResult

BeginGetOperationStatus() public method

public BeginGetOperationStatus ( string subscriptionId, string operationTrackingId, AsyncCallback callback, object state ) : IAsyncResult
subscriptionId string
operationTrackingId string
callback AsyncCallback
state object
return IAsyncResult

BeginGetPackage() public method

public BeginGetPackage ( string subscriptionId, string serviceName, string deploymentName, string containerUri, bool overwriteExisting, AsyncCallback callback, object state ) : IAsyncResult
subscriptionId string
serviceName string
deploymentName string
containerUri string
overwriteExisting bool
callback AsyncCallback
state object
return IAsyncResult

BeginGetPackageBySlot() public method

public BeginGetPackageBySlot ( string subscriptionId, string serviceName, string deploymentSlot, string containerUri, bool overwriteExisting, AsyncCallback callback, object state ) : IAsyncResult
subscriptionId string
serviceName string
deploymentSlot string
containerUri string
overwriteExisting bool
callback AsyncCallback
state object
return IAsyncResult

BeginGetRole() public method

public BeginGetRole ( string subscriptionID, string serviceName, string deploymentName, string roleName, AsyncCallback callback, object state ) : IAsyncResult
subscriptionID string
serviceName string
deploymentName string
roleName string
callback AsyncCallback
state object
return IAsyncResult

BeginGetStorageKeys() public method

public BeginGetStorageKeys ( string subscriptionId, string serviceName, AsyncCallback callback, object state ) : IAsyncResult
subscriptionId string
serviceName string
callback AsyncCallback
state object
return IAsyncResult

BeginGetStorageService() public method

public BeginGetStorageService ( string subscriptionId, string serviceName, AsyncCallback callback, object state ) : IAsyncResult
subscriptionId string
serviceName string
callback AsyncCallback
state object
return IAsyncResult

BeginGetSubscription() public method

public BeginGetSubscription ( string subscriptionID, AsyncCallback callback, object state ) : IAsyncResult
subscriptionID string
callback AsyncCallback
state object
return IAsyncResult

BeginIsDNSAvailable() public method

public BeginIsDNSAvailable ( string subscriptionId, string serviceName, AsyncCallback callback, object state ) : IAsyncResult
subscriptionId string
serviceName string
callback AsyncCallback
state object
return IAsyncResult

BeginIsStorageServiceAvailable() public method

public BeginIsStorageServiceAvailable ( string subscriptionId, string serviceName, AsyncCallback callback, object state ) : IAsyncResult
subscriptionId string
serviceName string
callback AsyncCallback
state object
return IAsyncResult

BeginListAffinityGroups() public method

public BeginListAffinityGroups ( string subscriptionId, AsyncCallback callback, object state ) : IAsyncResult
subscriptionId string
callback AsyncCallback
state object
return IAsyncResult

BeginListCertificates() public method

public BeginListCertificates ( string subscriptionId, string serviceName, AsyncCallback callback, object state ) : IAsyncResult
subscriptionId string
serviceName string
callback AsyncCallback
state object
return IAsyncResult

BeginListDisks() public method

public BeginListDisks ( string subscriptionID, AsyncCallback callback, object state ) : IAsyncResult
subscriptionID string
callback AsyncCallback
state object
return IAsyncResult

BeginListHostedServices() public method

public BeginListHostedServices ( string subscriptionId, AsyncCallback callback, object state ) : IAsyncResult
subscriptionId string
callback AsyncCallback
state object
return IAsyncResult

BeginListImages() public method

public BeginListImages ( string subscriptionID, AsyncCallback callback, object state ) : IAsyncResult
subscriptionID string
callback AsyncCallback
state object
return IAsyncResult

BeginListLocations() public method

public BeginListLocations ( string subscriptionId, AsyncCallback callback, object state ) : IAsyncResult
subscriptionId string
callback AsyncCallback
state object
return IAsyncResult

BeginListOSImages() public method

public BeginListOSImages ( string subscriptionID, AsyncCallback callback, object state ) : IAsyncResult
subscriptionID string
callback AsyncCallback
state object
return IAsyncResult

BeginListOperatingSystemFamilies() public method

public BeginListOperatingSystemFamilies ( string subscriptionId, AsyncCallback callback, object state ) : IAsyncResult
subscriptionId string
callback AsyncCallback
state object
return IAsyncResult

BeginListOperatingSystems() public method

public BeginListOperatingSystems ( string subscriptionId, AsyncCallback callback, object state ) : IAsyncResult
subscriptionId string
callback AsyncCallback
state object
return IAsyncResult

BeginListStorageServices() public method

public BeginListStorageServices ( string subscriptionId, AsyncCallback callback, object state ) : IAsyncResult
subscriptionId string
callback AsyncCallback
state object
return IAsyncResult

BeginListSubscriptionOperations() public method

public BeginListSubscriptionOperations ( string subscriptionID, string startTime, string endTime, string objectIdFilter, string operationResultFilter, string continuationToken, AsyncCallback callback, object state ) : IAsyncResult
subscriptionID string
startTime string
endTime string
objectIdFilter string
operationResultFilter string
continuationToken string
callback AsyncCallback
state object
return IAsyncResult

BeginListVirtualNetworkSites() public method

public BeginListVirtualNetworkSites ( string subscriptionId, AsyncCallback callback, object state ) : IAsyncResult
subscriptionId string
callback AsyncCallback
state object
return IAsyncResult

BeginPrepareImageUpload() public method

public BeginPrepareImageUpload ( string subscriptionId, string imageName, Microsoft.Samples.WindowsAzure.ServiceManagement.PrepareImageUploadInput input, AsyncCallback callback, object state ) : IAsyncResult
subscriptionId string
imageName string
input Microsoft.Samples.WindowsAzure.ServiceManagement.PrepareImageUploadInput
callback AsyncCallback
state object
return IAsyncResult

BeginProcessMessage() public method

public BeginProcessMessage ( System request, AsyncCallback callback, object state ) : IAsyncResult
request System
callback AsyncCallback
state object
return IAsyncResult

BeginQueryOSImages() public method

public BeginQueryOSImages ( string subscriptionID, string location, string publisher, AsyncCallback callback, object state ) : IAsyncResult
subscriptionID string
location string
publisher string
callback AsyncCallback
state object
return IAsyncResult

BeginRebootDeploymentRoleInstance() public method

public BeginRebootDeploymentRoleInstance ( string subscriptionId, string serviceName, string deploymentName, string roleInstanceName, AsyncCallback callback, object state ) : IAsyncResult
subscriptionId string
serviceName string
deploymentName string
roleInstanceName string
callback AsyncCallback
state object
return IAsyncResult

BeginRebootDeploymentRoleInstanceBySlot() public method

public BeginRebootDeploymentRoleInstanceBySlot ( string subscriptionId, string serviceName, string deploymentSlot, string roleInstanceName, AsyncCallback callback, object state ) : IAsyncResult
subscriptionId string
serviceName string
deploymentSlot string
roleInstanceName string
callback AsyncCallback
state object
return IAsyncResult

BeginRegenerateStorageServiceKeys() public method

public BeginRegenerateStorageServiceKeys ( string subscriptionId, string serviceName, Microsoft.Samples.WindowsAzure.ServiceManagement.RegenerateKeys regenerateKeys, AsyncCallback callback, object state ) : IAsyncResult
subscriptionId string
serviceName string
regenerateKeys Microsoft.Samples.WindowsAzure.ServiceManagement.RegenerateKeys
callback AsyncCallback
state object
return IAsyncResult

BeginReimageDeploymentRoleInstance() public method

public BeginReimageDeploymentRoleInstance ( string subscriptionId, string serviceName, string deploymentName, string roleInstanceName, AsyncCallback callback, object state ) : IAsyncResult
subscriptionId string
serviceName string
deploymentName string
roleInstanceName string
callback AsyncCallback
state object
return IAsyncResult

BeginReimageDeploymentRoleInstanceBySlot() public method

public BeginReimageDeploymentRoleInstanceBySlot ( string subscriptionId, string serviceName, string deploymentSlot, string roleInstanceName, AsyncCallback callback, object state ) : IAsyncResult
subscriptionId string
serviceName string
deploymentSlot string
roleInstanceName string
callback AsyncCallback
state object
return IAsyncResult

BeginReplicateOSImage() public method

public BeginReplicateOSImage ( string subscriptionID, string imageName, ReplicationInput replicationInput, AsyncCallback callback, object state ) : IAsyncResult
subscriptionID string
imageName string
replicationInput ReplicationInput
callback AsyncCallback
state object
return IAsyncResult

BeginResumeDeploymentUpdateOrUpgrade() public method

public BeginResumeDeploymentUpdateOrUpgrade ( string subscriptionId, string serviceName, string deploymentName, AsyncCallback callback, object state ) : IAsyncResult
subscriptionId string
serviceName string
deploymentName string
callback AsyncCallback
state object
return IAsyncResult

BeginResumeDeploymentUpdateOrUpgradeBySlot() public method

public BeginResumeDeploymentUpdateOrUpgradeBySlot ( string subscriptionId, string serviceName, string deploymentSlot, AsyncCallback callback, object state ) : IAsyncResult
subscriptionId string
serviceName string
deploymentSlot string
callback AsyncCallback
state object
return IAsyncResult

BeginRollbackDeploymentUpdateOrUpgrade() public method

public BeginRollbackDeploymentUpdateOrUpgrade ( string subscriptionId, string serviceName, string deploymentName, Microsoft.Samples.WindowsAzure.ServiceManagement.RollbackUpdateOrUpgradeInput input, AsyncCallback callback, object state ) : IAsyncResult
subscriptionId string
serviceName string
deploymentName string
input Microsoft.Samples.WindowsAzure.ServiceManagement.RollbackUpdateOrUpgradeInput
callback AsyncCallback
state object
return IAsyncResult

BeginRollbackDeploymentUpdateOrUpgradeBySlot() public method

public BeginRollbackDeploymentUpdateOrUpgradeBySlot ( string subscriptionId, string serviceName, string deploymentSlot, Microsoft.Samples.WindowsAzure.ServiceManagement.RollbackUpdateOrUpgradeInput input, AsyncCallback callback, object state ) : IAsyncResult
subscriptionId string
serviceName string
deploymentSlot string
input Microsoft.Samples.WindowsAzure.ServiceManagement.RollbackUpdateOrUpgradeInput
callback AsyncCallback
state object
return IAsyncResult

BeginSetImageProperties() public method

public BeginSetImageProperties ( string subscriptionID, string imageName, Microsoft.Samples.WindowsAzure.ServiceManagement.SetMachineImagePropertiesInput imageProperties, AsyncCallback callback, object state ) : IAsyncResult
subscriptionID string
imageName string
imageProperties Microsoft.Samples.WindowsAzure.ServiceManagement.SetMachineImagePropertiesInput
callback AsyncCallback
state object
return IAsyncResult

BeginSetNetworkConfiguration() public method

public BeginSetNetworkConfiguration ( string subscriptionId, System networkConfiguration, AsyncCallback callback, object state ) : IAsyncResult
subscriptionId string
networkConfiguration System
callback AsyncCallback
state object
return IAsyncResult

BeginSetParentImage() public method

public BeginSetParentImage ( string subscriptionID, string imageName, Microsoft.Samples.WindowsAzure.ServiceManagement.SetParentImageInput parentImageInput, AsyncCallback callback, object state ) : IAsyncResult
subscriptionID string
imageName string
parentImageInput Microsoft.Samples.WindowsAzure.ServiceManagement.SetParentImageInput
callback AsyncCallback
state object
return IAsyncResult

BeginShareOSImage() public method

public BeginShareOSImage ( string subscriptionID, string imageName, string permission, AsyncCallback callback, object state ) : IAsyncResult
subscriptionID string
imageName string
permission string
callback AsyncCallback
state object
return IAsyncResult

BeginSuspendDeploymentUpdateOrUpgrade() public method

public BeginSuspendDeploymentUpdateOrUpgrade ( string subscriptionId, string serviceName, string deploymentName, AsyncCallback callback, object state ) : IAsyncResult
subscriptionId string
serviceName string
deploymentName string
callback AsyncCallback
state object
return IAsyncResult

BeginSuspendDeploymentUpdateOrUpgradeBySlot() public method

public BeginSuspendDeploymentUpdateOrUpgradeBySlot ( string subscriptionId, string serviceName, string deploymentSlot, AsyncCallback callback, object state ) : IAsyncResult
subscriptionId string
serviceName string
deploymentSlot string
callback AsyncCallback
state object
return IAsyncResult

BeginSwapDeployment() public method

public BeginSwapDeployment ( string subscriptionId, string serviceName, Microsoft.Samples.WindowsAzure.ServiceManagement.SwapDeploymentInput input, AsyncCallback callback, object state ) : IAsyncResult
subscriptionId string
serviceName string
input Microsoft.Samples.WindowsAzure.ServiceManagement.SwapDeploymentInput
callback AsyncCallback
state object
return IAsyncResult

BeginUnReplicateOSImage() public method

public BeginUnReplicateOSImage ( string subscriptionID, string imageName, AsyncCallback callback, object state ) : IAsyncResult
subscriptionID string
imageName string
callback AsyncCallback
state object
return IAsyncResult

BeginUpdateAffinityGroup() public method

public BeginUpdateAffinityGroup ( string subscriptionId, string affinityGroupName, Microsoft.Samples.WindowsAzure.ServiceManagement.UpdateAffinityGroupInput input, AsyncCallback callback, object state ) : IAsyncResult
subscriptionId string
affinityGroupName string
input Microsoft.Samples.WindowsAzure.ServiceManagement.UpdateAffinityGroupInput
callback AsyncCallback
state object
return IAsyncResult

BeginUpdateDataDisk() public method

public BeginUpdateDataDisk ( string subscriptionID, string serviceName, string deploymentName, string roleName, string lun, DataVirtualHardDisk dataDisk, AsyncCallback callback, object state ) : IAsyncResult
subscriptionID string
serviceName string
deploymentName string
roleName string
lun string
dataDisk DataVirtualHardDisk
callback AsyncCallback
state object
return IAsyncResult

BeginUpdateDeploymentStatus() public method

public BeginUpdateDeploymentStatus ( string subscriptionId, string serviceName, string deploymentName, Microsoft.Samples.WindowsAzure.ServiceManagement.UpdateDeploymentStatusInput input, AsyncCallback callback, object state ) : IAsyncResult
subscriptionId string
serviceName string
deploymentName string
input Microsoft.Samples.WindowsAzure.ServiceManagement.UpdateDeploymentStatusInput
callback AsyncCallback
state object
return IAsyncResult

BeginUpdateDeploymentStatusBySlot() public method

public BeginUpdateDeploymentStatusBySlot ( string subscriptionId, string serviceName, string deploymentSlot, Microsoft.Samples.WindowsAzure.ServiceManagement.UpdateDeploymentStatusInput input, AsyncCallback callback, object state ) : IAsyncResult
subscriptionId string
serviceName string
deploymentSlot string
input Microsoft.Samples.WindowsAzure.ServiceManagement.UpdateDeploymentStatusInput
callback AsyncCallback
state object
return IAsyncResult

BeginUpdateDisk() public method

public BeginUpdateDisk ( string subscriptionID, string diskName, Microsoft.Samples.WindowsAzure.ServiceManagement.Disk disk, AsyncCallback callback, object state ) : IAsyncResult
subscriptionID string
diskName string
disk Microsoft.Samples.WindowsAzure.ServiceManagement.Disk
callback AsyncCallback
state object
return IAsyncResult

BeginUpdateHostedService() public method

public BeginUpdateHostedService ( string subscriptionId, string serviceName, Microsoft.Samples.WindowsAzure.ServiceManagement.UpdateHostedServiceInput input, AsyncCallback callback, object state ) : IAsyncResult
subscriptionId string
serviceName string
input Microsoft.Samples.WindowsAzure.ServiceManagement.UpdateHostedServiceInput
callback AsyncCallback
state object
return IAsyncResult

BeginUpdateOSImage() public method

public BeginUpdateOSImage ( string subscriptionID, string imageName, Microsoft.Samples.WindowsAzure.ServiceManagement.OSImage image, AsyncCallback callback, object state ) : IAsyncResult
subscriptionID string
imageName string
image Microsoft.Samples.WindowsAzure.ServiceManagement.OSImage
callback AsyncCallback
state object
return IAsyncResult

BeginUpdateRole() public method

public BeginUpdateRole ( string subscriptionID, string serviceName, string deploymentName, string roleName, Role role, AsyncCallback callback, object state ) : IAsyncResult
subscriptionID string
serviceName string
deploymentName string
roleName string
role Role
callback AsyncCallback
state object
return IAsyncResult

BeginUpdateStorageService() public method

public BeginUpdateStorageService ( string subscriptionId, string StorageServiceName, Microsoft.Samples.WindowsAzure.ServiceManagement.UpdateStorageServiceInput updateStorageServiceInput, AsyncCallback callback, object state ) : IAsyncResult
subscriptionId string
StorageServiceName string
updateStorageServiceInput Microsoft.Samples.WindowsAzure.ServiceManagement.UpdateStorageServiceInput
callback AsyncCallback
state object
return IAsyncResult

BeginUpgradeDeployment() public method

public BeginUpgradeDeployment ( string subscriptionId, string serviceName, string deploymentName, Microsoft.Samples.WindowsAzure.ServiceManagement.UpgradeDeploymentInput input, AsyncCallback callback, object state ) : IAsyncResult
subscriptionId string
serviceName string
deploymentName string
input Microsoft.Samples.WindowsAzure.ServiceManagement.UpgradeDeploymentInput
callback AsyncCallback
state object
return IAsyncResult

BeginUpgradeDeploymentBySlot() public method

public BeginUpgradeDeploymentBySlot ( string subscriptionId, string serviceName, string deploymentSlot, Microsoft.Samples.WindowsAzure.ServiceManagement.UpgradeDeploymentInput input, AsyncCallback callback, object state ) : IAsyncResult
subscriptionId string
serviceName string
deploymentSlot string
input Microsoft.Samples.WindowsAzure.ServiceManagement.UpgradeDeploymentInput
callback AsyncCallback
state object
return IAsyncResult

BeginWalkUpgradeDomain() public method

public BeginWalkUpgradeDomain ( string subscriptionId, string serviceName, string deploymentName, Microsoft.Samples.WindowsAzure.ServiceManagement.WalkUpgradeDomainInput input, AsyncCallback callback, object state ) : IAsyncResult
subscriptionId string
serviceName string
deploymentName string
input Microsoft.Samples.WindowsAzure.ServiceManagement.WalkUpgradeDomainInput
callback AsyncCallback
state object
return IAsyncResult

BeginWalkUpgradeDomainBySlot() public method

public BeginWalkUpgradeDomainBySlot ( string subscriptionId, string serviceName, string deploymentSlot, Microsoft.Samples.WindowsAzure.ServiceManagement.WalkUpgradeDomainInput input, AsyncCallback callback, object state ) : IAsyncResult
subscriptionId string
serviceName string
deploymentSlot string
input Microsoft.Samples.WindowsAzure.ServiceManagement.WalkUpgradeDomainInput
callback AsyncCallback
state object
return IAsyncResult

EndAddCertificates() public method

public EndAddCertificates ( IAsyncResult asyncResult ) : void
asyncResult IAsyncResult
return void

EndAddDataDisk() public method

public EndAddDataDisk ( IAsyncResult asyncResult ) : void
asyncResult IAsyncResult
return void

EndAddRole() public method

public EndAddRole ( IAsyncResult asyncResult ) : void
asyncResult IAsyncResult
return void

EndChangeConfiguration() public method

public EndChangeConfiguration ( IAsyncResult asyncResult ) : void
asyncResult IAsyncResult
return void

EndChangeConfigurationBySlot() public method

public EndChangeConfigurationBySlot ( IAsyncResult asyncResult ) : void
asyncResult IAsyncResult
return void

EndCommitImageUpload() public method

public EndCommitImageUpload ( IAsyncResult asyncResult ) : void
asyncResult IAsyncResult
return void

EndCreateAffinityGroup() public method

public EndCreateAffinityGroup ( IAsyncResult asyncResult ) : void
asyncResult IAsyncResult
return void

EndCreateDeployment() public method

public EndCreateDeployment ( IAsyncResult asyncResult ) : void
asyncResult IAsyncResult
return void

EndCreateDisk() public method

public EndCreateDisk ( IAsyncResult asyncResult ) : Microsoft.Samples.WindowsAzure.ServiceManagement.Disk
asyncResult IAsyncResult
return Microsoft.Samples.WindowsAzure.ServiceManagement.Disk

EndCreateHostedService() public method

public EndCreateHostedService ( IAsyncResult asyncResult ) : void
asyncResult IAsyncResult
return void

EndCreateOSImage() public method

public EndCreateOSImage ( IAsyncResult asyncResult ) : Microsoft.Samples.WindowsAzure.ServiceManagement.OSImage
asyncResult IAsyncResult
return Microsoft.Samples.WindowsAzure.ServiceManagement.OSImage

EndCreateOrUpdateDeployment() public method

public EndCreateOrUpdateDeployment ( IAsyncResult asyncResult ) : void
asyncResult IAsyncResult
return void

EndCreateStorageService() public method

public EndCreateStorageService ( IAsyncResult asyncResult ) : void
asyncResult IAsyncResult
return void

EndDeleteAffinityGroup() public method

public EndDeleteAffinityGroup ( IAsyncResult asyncResult ) : void
asyncResult IAsyncResult
return void

EndDeleteCertificate() public method

public EndDeleteCertificate ( IAsyncResult asyncResult ) : void
asyncResult IAsyncResult
return void

EndDeleteDataDisk() public method

public EndDeleteDataDisk ( IAsyncResult asyncResult ) : void
asyncResult IAsyncResult
return void

EndDeleteDeployment() public method

public EndDeleteDeployment ( IAsyncResult asyncResult ) : void
asyncResult IAsyncResult
return void

EndDeleteDeploymentBySlot() public method

public EndDeleteDeploymentBySlot ( IAsyncResult asyncResult ) : void
asyncResult IAsyncResult
return void

EndDeleteDisk() public method

public EndDeleteDisk ( IAsyncResult asyncResult ) : void
asyncResult IAsyncResult
return void

EndDeleteDiskEx() public method

public EndDeleteDiskEx ( IAsyncResult asyncResult ) : void
asyncResult IAsyncResult
return void

EndDeleteHostedService() public method

public EndDeleteHostedService ( IAsyncResult asyncResult ) : void
asyncResult IAsyncResult
return void

EndDeleteImage() public method

public EndDeleteImage ( IAsyncResult asyncResult ) : void
asyncResult IAsyncResult
return void

EndDeleteOSImage() public method

public EndDeleteOSImage ( IAsyncResult asyncResult ) : void
asyncResult IAsyncResult
return void

EndDeleteOSImageEx() public method

public EndDeleteOSImageEx ( IAsyncResult asyncResult ) : void
asyncResult IAsyncResult
return void

EndDeleteRole() public method

public EndDeleteRole ( IAsyncResult asyncResult ) : void
asyncResult IAsyncResult
return void

EndDeleteStorageService() public method

public EndDeleteStorageService ( IAsyncResult asyncResult ) : void
asyncResult IAsyncResult
return void

EndDownloadRDPFile() public method

public EndDownloadRDPFile ( IAsyncResult asyncResult ) : System.IO.Stream
asyncResult IAsyncResult
return System.IO.Stream

EndExecuteRoleOperation() public method

public EndExecuteRoleOperation ( IAsyncResult asyncResult ) : void
asyncResult IAsyncResult
return void

EndGetAffinityGroup() public method

public EndGetAffinityGroup ( IAsyncResult asyncResult ) : Microsoft.Samples.WindowsAzure.ServiceManagement.AffinityGroup
asyncResult IAsyncResult
return Microsoft.Samples.WindowsAzure.ServiceManagement.AffinityGroup

EndGetAzureWebsites() public method

public EndGetAzureWebsites ( IAsyncResult asyncResult ) : void
asyncResult IAsyncResult
return void

EndGetCertificate() public method

public EndGetCertificate ( IAsyncResult asyncResult ) : Microsoft.Samples.WindowsAzure.ServiceManagement.Certificate
asyncResult IAsyncResult
return Microsoft.Samples.WindowsAzure.ServiceManagement.Certificate

EndGetDataDisk() public method

public EndGetDataDisk ( IAsyncResult asyncResult ) : DataVirtualHardDisk
asyncResult IAsyncResult
return DataVirtualHardDisk

EndGetDeployment() public method

public EndGetDeployment ( IAsyncResult asyncResult ) : Microsoft.Samples.WindowsAzure.ServiceManagement.Deployment
asyncResult IAsyncResult
return Microsoft.Samples.WindowsAzure.ServiceManagement.Deployment

EndGetDeploymentBySlot() public method

public EndGetDeploymentBySlot ( IAsyncResult asyncResult ) : Microsoft.Samples.WindowsAzure.ServiceManagement.Deployment
asyncResult IAsyncResult
return Microsoft.Samples.WindowsAzure.ServiceManagement.Deployment

EndGetDisk() public method

public EndGetDisk ( IAsyncResult asyncResult ) : Microsoft.Samples.WindowsAzure.ServiceManagement.Disk
asyncResult IAsyncResult
return Microsoft.Samples.WindowsAzure.ServiceManagement.Disk

EndGetHostedService() public method

public EndGetHostedService ( IAsyncResult asyncResult ) : Microsoft.Samples.WindowsAzure.ServiceManagement.HostedService
asyncResult IAsyncResult
return Microsoft.Samples.WindowsAzure.ServiceManagement.HostedService

EndGetHostedServiceWithDetails() public method

public EndGetHostedServiceWithDetails ( IAsyncResult asyncResult ) : Microsoft.Samples.WindowsAzure.ServiceManagement.HostedService
asyncResult IAsyncResult
return Microsoft.Samples.WindowsAzure.ServiceManagement.HostedService

EndGetImageProperties() public method

public EndGetImageProperties ( IAsyncResult asyncResult ) : Microsoft.Samples.WindowsAzure.ServiceManagement.MachineImage
asyncResult IAsyncResult
return Microsoft.Samples.WindowsAzure.ServiceManagement.MachineImage

EndGetImageReference() public method

public EndGetImageReference ( IAsyncResult asyncResult ) : Microsoft.Samples.WindowsAzure.ServiceManagement.MachineImageReference
asyncResult IAsyncResult
return Microsoft.Samples.WindowsAzure.ServiceManagement.MachineImageReference

EndGetNetworkConfiguration() public method

public EndGetNetworkConfiguration ( IAsyncResult asyncResult ) : System.IO.Stream
asyncResult IAsyncResult
return System.IO.Stream

EndGetOSImage() public method

public EndGetOSImage ( IAsyncResult asyncResult ) : Microsoft.Samples.WindowsAzure.ServiceManagement.OSImage
asyncResult IAsyncResult
return Microsoft.Samples.WindowsAzure.ServiceManagement.OSImage

EndGetOSImageWithDetails() public method

public EndGetOSImageWithDetails ( IAsyncResult asyncResult ) : OSImageDetails
asyncResult IAsyncResult
return OSImageDetails

EndGetOperationStatus() public method

public EndGetOperationStatus ( IAsyncResult asyncResult ) : Operation
asyncResult IAsyncResult
return Operation

EndGetPackage() public method

public EndGetPackage ( IAsyncResult asyncResult ) : void
asyncResult IAsyncResult
return void

EndGetPackageBySlot() public method

public EndGetPackageBySlot ( IAsyncResult asyncResult ) : void
asyncResult IAsyncResult
return void

EndGetRole() public method

public EndGetRole ( IAsyncResult asyncResult ) : Role
asyncResult IAsyncResult
return Role

EndGetStorageKeys() public method

public EndGetStorageKeys ( IAsyncResult asyncResult ) : Microsoft.Samples.WindowsAzure.ServiceManagement.StorageService
asyncResult IAsyncResult
return Microsoft.Samples.WindowsAzure.ServiceManagement.StorageService

EndGetStorageService() public method

public EndGetStorageService ( IAsyncResult asyncResult ) : Microsoft.Samples.WindowsAzure.ServiceManagement.StorageService
asyncResult IAsyncResult
return Microsoft.Samples.WindowsAzure.ServiceManagement.StorageService

EndGetSubscription() public method

public EndGetSubscription ( IAsyncResult asyncResult ) : Microsoft.Samples.WindowsAzure.ServiceManagement.Subscription
asyncResult IAsyncResult
return Microsoft.Samples.WindowsAzure.ServiceManagement.Subscription

EndIsDNSAvailable() public method

public EndIsDNSAvailable ( IAsyncResult asyncResult ) : Microsoft.Samples.WindowsAzure.ServiceManagement.AvailabilityResponse
asyncResult IAsyncResult
return Microsoft.Samples.WindowsAzure.ServiceManagement.AvailabilityResponse

EndIsStorageServiceAvailable() public method

public EndIsStorageServiceAvailable ( IAsyncResult asyncResult ) : Microsoft.Samples.WindowsAzure.ServiceManagement.AvailabilityResponse
asyncResult IAsyncResult
return Microsoft.Samples.WindowsAzure.ServiceManagement.AvailabilityResponse

EndListAffinityGroups() public method

public EndListAffinityGroups ( IAsyncResult asyncResult ) : AffinityGroupList
asyncResult IAsyncResult
return AffinityGroupList

EndListCertificates() public method

public EndListCertificates ( IAsyncResult asyncResult ) : CertificateList
asyncResult IAsyncResult
return CertificateList

EndListDisks() public method

public EndListDisks ( IAsyncResult asyncResult ) : DiskList
asyncResult IAsyncResult
return DiskList

EndListHostedServices() public method

public EndListHostedServices ( IAsyncResult asyncResult ) : HostedServiceList
asyncResult IAsyncResult
return HostedServiceList

EndListImages() public method

public EndListImages ( IAsyncResult asyncResult ) : MachineImageList
asyncResult IAsyncResult
return MachineImageList

EndListLocations() public method

public EndListLocations ( IAsyncResult asyncResult ) : LocationList
asyncResult IAsyncResult
return LocationList

EndListOSImages() public method

public EndListOSImages ( IAsyncResult asyncResult ) : OSImageList
asyncResult IAsyncResult
return OSImageList

EndListOperatingSystemFamilies() public method

public EndListOperatingSystemFamilies ( IAsyncResult asyncResult ) : OperatingSystemFamilyList
asyncResult IAsyncResult
return OperatingSystemFamilyList

EndListOperatingSystems() public method

public EndListOperatingSystems ( IAsyncResult asyncResult ) : OperatingSystemList
asyncResult IAsyncResult
return OperatingSystemList

EndListStorageServices() public method

public EndListStorageServices ( IAsyncResult asyncResult ) : StorageServiceList
asyncResult IAsyncResult
return StorageServiceList

EndListSubscriptionOperations() public method

public EndListSubscriptionOperations ( IAsyncResult asyncResult ) : Microsoft.Samples.WindowsAzure.ServiceManagement.SubscriptionOperationCollection
asyncResult IAsyncResult
return Microsoft.Samples.WindowsAzure.ServiceManagement.SubscriptionOperationCollection

EndListVirtualNetworkSites() public method

public EndListVirtualNetworkSites ( IAsyncResult asyncResult ) : VirtualNetworkSiteList
asyncResult IAsyncResult
return VirtualNetworkSiteList

EndPrepareImageUpload() public method

public EndPrepareImageUpload ( IAsyncResult asyncResult ) : void
asyncResult IAsyncResult
return void

EndProcessMessage() public method

public EndProcessMessage ( IAsyncResult result ) : System.ServiceModel.Channels.Message
result IAsyncResult
return System.ServiceModel.Channels.Message

EndQueryOSImages() public method

public EndQueryOSImages ( IAsyncResult asyncResult ) : OSImageList
asyncResult IAsyncResult
return OSImageList

EndRebootDeploymentRoleInstance() public method

public EndRebootDeploymentRoleInstance ( IAsyncResult asyncResult ) : void
asyncResult IAsyncResult
return void

EndRebootDeploymentRoleInstanceBySlot() public method

public EndRebootDeploymentRoleInstanceBySlot ( IAsyncResult asyncResult ) : void
asyncResult IAsyncResult
return void

EndRegenerateStorageServiceKeys() public method

public EndRegenerateStorageServiceKeys ( IAsyncResult asyncResult ) : Microsoft.Samples.WindowsAzure.ServiceManagement.StorageService
asyncResult IAsyncResult
return Microsoft.Samples.WindowsAzure.ServiceManagement.StorageService

EndReimageDeploymentRoleInstance() public method

public EndReimageDeploymentRoleInstance ( IAsyncResult asyncResult ) : void
asyncResult IAsyncResult
return void

EndReimageDeploymentRoleInstanceBySlot() public method

public EndReimageDeploymentRoleInstanceBySlot ( IAsyncResult asyncResult ) : void
asyncResult IAsyncResult
return void

EndReplicateOSImage() public method

public EndReplicateOSImage ( IAsyncResult asyncResult ) : string
asyncResult IAsyncResult
return string

EndResumeDeploymentUpdateOrUpgrade() public method

public EndResumeDeploymentUpdateOrUpgrade ( IAsyncResult asyncResult ) : void
asyncResult IAsyncResult
return void

EndResumeDeploymentUpdateOrUpgradeBySlot() public method

public EndResumeDeploymentUpdateOrUpgradeBySlot ( IAsyncResult asyncResult ) : void
asyncResult IAsyncResult
return void

EndRollbackDeploymentUpdateOrUpgrade() public method

public EndRollbackDeploymentUpdateOrUpgrade ( IAsyncResult asyncResult ) : void
asyncResult IAsyncResult
return void

EndRollbackDeploymentUpdateOrUpgradeBySlot() public method

public EndRollbackDeploymentUpdateOrUpgradeBySlot ( IAsyncResult asyncResult ) : void
asyncResult IAsyncResult
return void

EndSetImageProperties() public method

public EndSetImageProperties ( IAsyncResult asyncResult ) : void
asyncResult IAsyncResult
return void

EndSetNetworkConfiguration() public method

public EndSetNetworkConfiguration ( IAsyncResult asyncResult ) : void
asyncResult IAsyncResult
return void

EndSetParentImage() public method

public EndSetParentImage ( IAsyncResult asyncResult ) : void
asyncResult IAsyncResult
return void

EndSetVirtualNetworkGatewayConfiguration() public method

public EndSetVirtualNetworkGatewayConfiguration ( IAsyncResult asyncResult ) : void
asyncResult IAsyncResult
return void

EndShareOSImage() public method

public EndShareOSImage ( IAsyncResult asyncResult ) : bool
asyncResult IAsyncResult
return bool

EndSuspendDeploymentUpdateOrUpgrade() public method

public EndSuspendDeploymentUpdateOrUpgrade ( IAsyncResult asyncResult ) : void
asyncResult IAsyncResult
return void

EndSuspendDeploymentUpdateOrUpgradeBySlot() public method

public EndSuspendDeploymentUpdateOrUpgradeBySlot ( IAsyncResult asyncResult ) : void
asyncResult IAsyncResult
return void

EndSwapDeployment() public method

public EndSwapDeployment ( IAsyncResult asyncResult ) : void
asyncResult IAsyncResult
return void

EndUnReplicateOSImage() public method

public EndUnReplicateOSImage ( IAsyncResult asyncResult ) : void
asyncResult IAsyncResult
return void

EndUpdateAffinityGroup() public method

public EndUpdateAffinityGroup ( IAsyncResult asyncResult ) : void
asyncResult IAsyncResult
return void

EndUpdateDataDisk() public method

public EndUpdateDataDisk ( IAsyncResult asyncResult ) : void
asyncResult IAsyncResult
return void

EndUpdateDeploymentStatus() public method

public EndUpdateDeploymentStatus ( IAsyncResult asyncResult ) : void
asyncResult IAsyncResult
return void

EndUpdateDeploymentStatusBySlot() public method

public EndUpdateDeploymentStatusBySlot ( IAsyncResult asyncResult ) : void
asyncResult IAsyncResult
return void

EndUpdateDisk() public method

public EndUpdateDisk ( IAsyncResult asyncResult ) : Microsoft.Samples.WindowsAzure.ServiceManagement.Disk
asyncResult IAsyncResult
return Microsoft.Samples.WindowsAzure.ServiceManagement.Disk

EndUpdateHostedService() public method

public EndUpdateHostedService ( IAsyncResult asyncResult ) : void
asyncResult IAsyncResult
return void

EndUpdateOSImage() public method

public EndUpdateOSImage ( IAsyncResult asyncResult ) : Microsoft.Samples.WindowsAzure.ServiceManagement.OSImage
asyncResult IAsyncResult
return Microsoft.Samples.WindowsAzure.ServiceManagement.OSImage

EndUpdateRole() public method

public EndUpdateRole ( IAsyncResult asyncResult ) : void
asyncResult IAsyncResult
return void

EndUpdateStorageService() public method

public EndUpdateStorageService ( IAsyncResult asyncResult ) : void
asyncResult IAsyncResult
return void

EndUpgradeDeployment() public method

public EndUpgradeDeployment ( IAsyncResult asyncResult ) : void
asyncResult IAsyncResult
return void

EndUpgradeDeploymentBySlot() public method

public EndUpgradeDeploymentBySlot ( IAsyncResult asyncResult ) : void
asyncResult IAsyncResult
return void

EndWalkUpgradeDomain() public method

public EndWalkUpgradeDomain ( IAsyncResult asyncResult ) : void
asyncResult IAsyncResult
return void

EndWalkUpgradeDomainBySlot() public method

public EndWalkUpgradeDomainBySlot ( IAsyncResult asyncResult ) : void
asyncResult IAsyncResult
return void

SimpleServiceManagement() public method

Initializes a new instance of the SimpleServiceManagement class.
public SimpleServiceManagement ( ) : System
return System