ComputeManagementClient Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Compute Client
public class ComputeManagementClient : Microsoft.Azure.Management.ResourceManager.Fluent.Core.FluentServiceClientBase<Microsoft.Azure.Management.Compute.Fluent.ComputeManagementClient>, IDisposable, Microsoft.Azure.Management.Compute.Fluent.IComputeManagementClient, Microsoft.Rest.Azure.IAzureClient
type ComputeManagementClient = class
inherit FluentServiceClientBase<ComputeManagementClient>
interface IComputeManagementClient
interface IDisposable
interface IAzureClient
Public Class ComputeManagementClient
Inherits FluentServiceClientBase(Of ComputeManagementClient)
Implements IAzureClient, IComputeManagementClient, IDisposable
- Inheritance
-
ServiceClient<TClient>ComputeManagementClient
- Implements
Constructors
ComputeManagementClient(RestClient) |
Initializes a new instance of the ComputeManagementClient class. |
Fields
_restClient | (Inherited from FluentServiceClientBase<TClient>) |
Properties
AcceptLanguage |
The preferred language for the response. |
AvailabilitySets |
Gets the IAvailabilitySetsOperations. |
BaseUri |
The base URI of the service. (Inherited from FluentServiceClientBase<TClient>) |
ContainerServices |
Gets the IContainerServicesOperations. |
Credentials |
Credentials needed for the client to connect to Azure. (Inherited from FluentServiceClientBase<TClient>) |
DedicatedHostGroups |
Gets the IDedicatedHostGroupsOperations. |
DedicatedHosts |
Gets the IDedicatedHostsOperations. |
DeserializationSettings |
Gets or sets json deserialization settings. |
DiskAccesses |
Gets the IDiskAccessesOperations. |
DiskEncryptionSets |
Gets the IDiskEncryptionSetsOperations. |
Disks |
Gets the IDisksOperations. |
FirstMessageHandler | (Inherited from ServiceClient<T>) |
Galleries |
Gets the IGalleriesOperations. |
GalleryApplications |
Gets the IGalleryApplicationsOperations. |
GalleryApplicationVersions |
Gets the IGalleryApplicationVersionsOperations. |
GalleryImages |
Gets the IGalleryImagesOperations. |
GalleryImageVersions |
Gets the IGalleryImageVersionsOperations. |
GenerateClientRequestId |
Whether a unique x-ms-client-request-id should be generated. When set to true a unique x-ms-client-request-id value is generated and included in each request. Default is true. |
HttpClient | (Inherited from ServiceClient<T>) |
HttpClientHandler | (Inherited from ServiceClient<T>) |
HttpMessageHandlers | (Inherited from ServiceClient<T>) |
Images |
Gets the IImagesOperations. |
LogAnalytics |
Gets the ILogAnalyticsOperations. |
LongRunningOperationRetryTimeout |
The retry timeout in seconds for Long Running Operations. Default value is 30. |
Operations |
Gets the IOperations. |
ProximityPlacementGroups |
Gets the IProximityPlacementGroupsOperations. |
ResourceSkus |
Gets the IResourceSkusOperations. |
SerializationSettings |
Gets or sets json serialization settings. |
Snapshots |
Gets the ISnapshotsOperations. |
SshPublicKeys |
Gets the ISshPublicKeysOperations. |
SubscriptionId |
Subscription credentials which uniquely identify Microsoft Azure subscription. The subscription ID forms part of the URI for every service call. |
Usage |
Gets the IUsageOperations. |
UserAgent | (Inherited from ServiceClient<T>) |
VirtualMachineExtensionImages |
Gets the IVirtualMachineExtensionImagesOperations. |
VirtualMachineExtensions |
Gets the IVirtualMachineExtensionsOperations. |
VirtualMachineImages |
Gets the IVirtualMachineImagesOperations. |
VirtualMachineRunCommands |
Gets the IVirtualMachineRunCommandsOperations. |
VirtualMachines |
Gets the IVirtualMachinesOperations. |
VirtualMachineScaleSetExtensions |
Gets the IVirtualMachineScaleSetExtensionsOperations. |
VirtualMachineScaleSetRollingUpgrades |
Gets the IVirtualMachineScaleSetRollingUpgradesOperations. |
VirtualMachineScaleSets |
Gets the IVirtualMachineScaleSetsOperations. |
VirtualMachineScaleSetVMExtensions |
Gets the IVirtualMachineScaleSetVMExtensionsOperations. |
VirtualMachineScaleSetVMRunCommands |
Gets the IVirtualMachineScaleSetVMRunCommandsOperations. |
VirtualMachineScaleSetVMs |
Gets the IVirtualMachineScaleSetVMsOperations. |
VirtualMachineSizes |
Gets the IVirtualMachineSizesOperations. |
Methods
CreateHttpHandlerPipeline(HttpClientHandler, DelegatingHandler[]) | (Inherited from FluentServiceClientBase<TClient>) |
Dispose() | (Inherited from ServiceClient<T>) |
Dispose(Boolean) | (Inherited from ServiceClient<T>) |
Initialize() |
Initializes client properties. |
InitializeHttpClient(HttpClient, HttpClientHandler, DelegatingHandler[]) | (Inherited from ServiceClient<T>) |
InitializeHttpClient(HttpClientHandler, DelegatingHandler[]) | (Inherited from ServiceClient<T>) |
NewInstance(RestClient) | |
SetRetryPolicy(RetryPolicy) | (Inherited from ServiceClient<T>) |
SetUserAgent(String, String) | (Inherited from ServiceClient<T>) |
SetUserAgent(String) | (Inherited from ServiceClient<T>) |
Applies to
Azure SDK for .NET