azure-docs-sdk-java/legacy/docs-ref-autogen/com.microsoft.azure.managem...

76 строки
6.0 KiB
YAML

### YamlMime:JavaType
uid: "com.microsoft.azure.management.resources.Features"
fullName: "com.microsoft.azure.management.resources.Features"
name: "Features"
nameWithType: "Features"
summary: "Entry point to features management API."
syntax: "public interface **Features**</br> extends <xref href=\"com.microsoft.azure.management.resources.fluentcore.collection.SupportsListing?alt=com.microsoft.azure.management.resources.fluentcore.collection.SupportsListing&text=SupportsListing\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.microsoft.azure.management.resources.Feature?alt=com.microsoft.azure.management.resources.Feature&text=Feature\" data-throw-if-not-resolved=\"False\" />&gt;"
methods:
- uid: "com.microsoft.azure.management.resources.Features.register(java.lang.String,java.lang.String)"
fullName: "com.microsoft.azure.management.resources.Features.register(String resourceProviderName, String featureName)"
name: "register(String resourceProviderName, String featureName)"
nameWithType: "Features.register(String resourceProviderName, String featureName)"
summary: "Registers a feature in a resource provider."
modifiers:
- "abstract"
parameters:
- description: "the name of the resource provider"
name: "resourceProviderName"
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
- description: "the name of the feature"
name: "featureName"
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
syntax: "public abstract Feature register(String resourceProviderName, String featureName)"
desc: "Registers a feature in a resource provider."
returns:
description: "the registered feature"
type: "<xref href=\"com.microsoft.azure.management.resources.Feature?alt=com.microsoft.azure.management.resources.Feature&text=Feature\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.resources.Features.registerAsync(java.lang.String,java.lang.String)"
fullName: "com.microsoft.azure.management.resources.Features.registerAsync(String resourceProviderName, String featureName)"
name: "registerAsync(String resourceProviderName, String featureName)"
nameWithType: "Features.registerAsync(String resourceProviderName, String featureName)"
summary: "Registers a feature in a resource provider asynchronously."
modifiers:
- "abstract"
parameters:
- description: "the name of the resource provider"
name: "resourceProviderName"
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
- description: "the name of the feature"
name: "featureName"
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
syntax: "public abstract Observable<Feature> registerAsync(String resourceProviderName, String featureName)"
desc: "Registers a feature in a resource provider asynchronously."
returns:
description: "a representation of the deferred computation of this call returning the registered feature"
type: "<xref href=\"rx.Observable?alt=rx.Observable&text=Observable\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.microsoft.azure.management.resources.Feature?alt=com.microsoft.azure.management.resources.Feature&text=Feature\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.microsoft.azure.management.resources.Features.registerAsync(java.lang.String,java.lang.String,com.microsoft.rest.ServiceCallback<com.microsoft.azure.management.resources.Feature>)"
fullName: "com.microsoft.azure.management.resources.Features.registerAsync(String resourceProviderName, String featureName, ServiceCallback<Feature> callback)"
name: "registerAsync(String resourceProviderName, String featureName, ServiceCallback<Feature> callback)"
nameWithType: "Features.registerAsync(String resourceProviderName, String featureName, ServiceCallback<Feature> callback)"
summary: "Registers a feature in a resource provider asynchronously."
modifiers:
- "abstract"
parameters:
- description: "the name of the resource provider"
name: "resourceProviderName"
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
- description: "the name of the feature"
name: "featureName"
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
- description: "the callback to call on success or failure"
name: "callback"
type: "<xref href=\"com.microsoft.rest.ServiceCallback?alt=com.microsoft.rest.ServiceCallback&text=ServiceCallback\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.microsoft.azure.management.resources.Feature?alt=com.microsoft.azure.management.resources.Feature&text=Feature\" data-throw-if-not-resolved=\"False\" />&gt;"
syntax: "public abstract ServiceFuture<Feature> registerAsync(String resourceProviderName, String featureName, ServiceCallback<Feature> callback)"
desc: "Registers a feature in a resource provider asynchronously."
returns:
description: "a handle to cancel the request"
type: "<xref href=\"com.microsoft.rest.ServiceFuture?alt=com.microsoft.rest.ServiceFuture&text=ServiceFuture\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.microsoft.azure.management.resources.Feature?alt=com.microsoft.azure.management.resources.Feature&text=Feature\" data-throw-if-not-resolved=\"False\" />&gt;"
type: "interface"
desc: "Entry point to features management API."
implements:
- "<xref href=\"com.microsoft.azure.management.resources.fluentcore.collection.SupportsListing?alt=com.microsoft.azure.management.resources.fluentcore.collection.SupportsListing&text=SupportsListing\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.microsoft.azure.management.resources.Feature?alt=com.microsoft.azure.management.resources.Feature&text=Feature\" data-throw-if-not-resolved=\"False\" />&gt;"
metadata: {}
package: "com.microsoft.azure.management.resources"
artifact: com.microsoft.azure:azure-mgmt-resources:1.41.4