ICloudServiceOperatingSystemsOperations Interface
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.
CloudServiceOperatingSystemsOperations operations.
public interface ICloudServiceOperatingSystemsOperations
type ICloudServiceOperatingSystemsOperations = interface
Public Interface ICloudServiceOperatingSystemsOperations
Methods
GetOSFamilyWithHttpMessagesAsync(String, String, Dictionary<String,List<String>>, CancellationToken) |
Gets properties of a guest operating system family that can be specified in the XML service configuration (.cscfg) for a cloud service. |
GetOSVersionWithHttpMessagesAsync(String, String, Dictionary<String,List<String>>, CancellationToken) |
Gets properties of a guest operating system version that can be specified in the XML service configuration (.cscfg) for a cloud service. |
ListOSFamiliesNextWithHttpMessagesAsync(String, Dictionary<String,List<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. |
ListOSFamiliesWithHttpMessagesAsync(String, Dictionary<String,List<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. |
ListOSVersionsNextWithHttpMessagesAsync(String, Dictionary<String,List<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. |
ListOSVersionsWithHttpMessagesAsync(String, Dictionary<String,List<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. |
Extension 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
Azure SDK for .NET