KubernetesConfigurationExtensionTypesExtensions.GetLocationExtensionTypes 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 LocationExtensionTypes in the SubscriptionResource<item> Mocking. To mock this method, please mock GetLocationExtensionTypes(String) instead. </item>
public static Azure.ResourceManager.KubernetesConfiguration.ExtensionTypes.LocationExtensionTypeCollection GetLocationExtensionTypes(this Azure.ResourceManager.Resources.SubscriptionResource subscriptionResource, string location);
static member GetLocationExtensionTypes : Azure.ResourceManager.Resources.SubscriptionResource * string -> Azure.ResourceManager.KubernetesConfiguration.ExtensionTypes.LocationExtensionTypeCollection
<Extension()>
Public Function GetLocationExtensionTypes (subscriptionResource As SubscriptionResource, location As String) As LocationExtensionTypeCollection
Parameters
- subscriptionResource
- SubscriptionResource
The SubscriptionResource the method will execute against.
- location
- String
The location for the resource.
Returns
An object representing collection of LocationExtensionTypes and their operations over a LocationExtensionTypeResource.
Exceptions
subscriptionResource is null.