MockableComputeSubscriptionResource.GetCloudServiceOSFamilies Method
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.
Gets a collection of CloudServiceOSFamilyResources in the SubscriptionResource.
public virtual Azure.ResourceManager.Compute.CloudServiceOSFamilyCollection GetCloudServiceOSFamilies (Azure.Core.AzureLocation location);
abstract member GetCloudServiceOSFamilies : Azure.Core.AzureLocation -> Azure.ResourceManager.Compute.CloudServiceOSFamilyCollection
override this.GetCloudServiceOSFamilies : Azure.Core.AzureLocation -> Azure.ResourceManager.Compute.CloudServiceOSFamilyCollection
Public Overridable Function GetCloudServiceOSFamilies (location As AzureLocation) As CloudServiceOSFamilyCollection
Parameters
- location
- AzureLocation
Name of the location that the OS families pertain to.
Returns
An object representing collection of CloudServiceOSFamilyResources and their operations over a CloudServiceOSFamilyResource.
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for .NET