FeaturesExtensions.Get(IFeatures, String, String) 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.
Get all features under the subscription.
public static Microsoft.Azure.Management.Resources.Models.FeatureResponse Get (this Microsoft.Azure.Management.Resources.IFeatures operations, string resourceProviderNamespace, string featureName);
static member Get : Microsoft.Azure.Management.Resources.IFeatures * string * string -> Microsoft.Azure.Management.Resources.Models.FeatureResponse
<Extension()>
Public Function Get (operations As IFeatures, resourceProviderNamespace As String, featureName As String) As FeatureResponse
Parameters
- operations
- IFeatures
Reference to the Microsoft.Azure.Management.Resources.IFeatures.
- resourceProviderNamespace
- String
Required. Namespace of the resource provider.
- featureName
- String
Required. Previewed feature name in the resource provider.
Returns
Previewed feature information.
Applies to
Współpracuj z nami w serwisie GitHub
Źródło tej zawartości można znaleźć w witrynie GitHub, gdzie można również tworzyć i przeglądać problemy i żądania ściągnięcia. Więcej informacji znajdziesz w naszym przewodniku dla współtwórców.
Azure SDK for .NET