CloudServiceOperatingSystemsOperationsExtensions Class

Definition

Extension methods for CloudServiceOperatingSystemsOperations.

public static class CloudServiceOperatingSystemsOperationsExtensions
type CloudServiceOperatingSystemsOperationsExtensions = class
Public Module CloudServiceOperatingSystemsOperationsExtensions
Inheritance
CloudServiceOperatingSystemsOperationsExtensions

Methods

GetOSFamily(ICloudServiceOperatingSystemsOperations, String, String)

Gets properties of a guest operating system family that can be specified in the XML service configuration (.cscfg) for a cloud service.

GetOSFamilyAsync(ICloudServiceOperatingSystemsOperations, String, String, CancellationToken)

Gets properties of a guest operating system family that can be specified in the XML service configuration (.cscfg) for a cloud service.

GetOSVersion(ICloudServiceOperatingSystemsOperations, String, String)

Gets properties of a guest operating system version that can be specified in the XML service configuration (.cscfg) for a cloud service.

GetOSVersionAsync(ICloudServiceOperatingSystemsOperations, String, String, CancellationToken)

Gets properties of a guest operating system version that can be specified in the XML service configuration (.cscfg) for a cloud service.

ListOSFamilies(ICloudServiceOperatingSystemsOperations, String)

Gets a list of all guest operating system families available to be specified in the XML service configuration (.cscfg) for a cloud service. Use nextLink property in the response to get the next page of OS Families. Do this till nextLink is null to fetch all the OS Families.

ListOSFamiliesAsync(ICloudServiceOperatingSystemsOperations, String, CancellationToken)

Gets a list of all guest operating system families available to be specified in the XML service configuration (.cscfg) for a cloud service. Use nextLink property in the response to get the next page of OS Families. Do this till nextLink is null to fetch all the OS Families.

ListOSFamiliesNext(ICloudServiceOperatingSystemsOperations, String)

Gets a list of all guest operating system families available to be specified in the XML service configuration (.cscfg) for a cloud service. Use nextLink property in the response to get the next page of OS Families. Do this till nextLink is null to fetch all the OS Families.

ListOSFamiliesNextAsync(ICloudServiceOperatingSystemsOperations, String, CancellationToken)

Gets a list of all guest operating system families available to be specified in the XML service configuration (.cscfg) for a cloud service. Use nextLink property in the response to get the next page of OS Families. Do this till nextLink is null to fetch all the OS Families.

ListOSVersions(ICloudServiceOperatingSystemsOperations, String)

Gets a list of all guest operating system versions available to be specified in the XML service configuration (.cscfg) for a cloud service. Use nextLink property in the response to get the next page of OS versions. Do this till nextLink is null to fetch all the OS versions.

ListOSVersionsAsync(ICloudServiceOperatingSystemsOperations, String, CancellationToken)

Gets a list of all guest operating system versions available to be specified in the XML service configuration (.cscfg) for a cloud service. Use nextLink property in the response to get the next page of OS versions. Do this till nextLink is null to fetch all the OS versions.

ListOSVersionsNext(ICloudServiceOperatingSystemsOperations, String)

Gets a list of all guest operating system versions available to be specified in the XML service configuration (.cscfg) for a cloud service. Use nextLink property in the response to get the next page of OS versions. Do this till nextLink is null to fetch all the OS versions.

ListOSVersionsNextAsync(ICloudServiceOperatingSystemsOperations, String, CancellationToken)

Gets a list of all guest operating system versions available to be specified in the XML service configuration (.cscfg) for a cloud service. Use nextLink property in the response to get the next page of OS versions. Do this till nextLink is null to fetch all the OS versions.

Applies to