47 строки
3.5 KiB
YAML
47 строки
3.5 KiB
YAML
### YamlMime:JavaType
|
|
uid: "com.microsoft.azure.management.resources.Provider"
|
|
fullName: "com.microsoft.azure.management.resources.Provider"
|
|
name: "Provider"
|
|
nameWithType: "Provider"
|
|
summary: "An immutable client-side representation of an Azure resource provider."
|
|
syntax: "public interface **Provider**</br> extends <xref href=\"com.microsoft.azure.management.resources.fluentcore.model.Indexable?alt=com.microsoft.azure.management.resources.fluentcore.model.Indexable&text=Indexable\" data-throw-if-not-resolved=\"False\" />, <xref href=\"com.microsoft.azure.management.resources.fluentcore.model.HasInner?alt=com.microsoft.azure.management.resources.fluentcore.model.HasInner&text=HasInner\" data-throw-if-not-resolved=\"False\" /><<xref href=\"com.microsoft.azure.management.resources.implementation.ProviderInner?alt=com.microsoft.azure.management.resources.implementation.ProviderInner&text=ProviderInner\" data-throw-if-not-resolved=\"False\" />>"
|
|
methods:
|
|
- uid: "com.microsoft.azure.management.resources.Provider.namespace()"
|
|
fullName: "com.microsoft.azure.management.resources.Provider.namespace()"
|
|
name: "namespace()"
|
|
nameWithType: "Provider.namespace()"
|
|
modifiers:
|
|
- "abstract"
|
|
syntax: "public abstract String namespace()"
|
|
returns:
|
|
description: "the namespace of the provider"
|
|
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.microsoft.azure.management.resources.Provider.registrationState()"
|
|
fullName: "com.microsoft.azure.management.resources.Provider.registrationState()"
|
|
name: "registrationState()"
|
|
nameWithType: "Provider.registrationState()"
|
|
modifiers:
|
|
- "abstract"
|
|
syntax: "public abstract String registrationState()"
|
|
returns:
|
|
description: "the registration state of the provider, indicating whether this\n resource provider is registered in the current subscription"
|
|
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.microsoft.azure.management.resources.Provider.resourceTypes()"
|
|
fullName: "com.microsoft.azure.management.resources.Provider.resourceTypes()"
|
|
name: "resourceTypes()"
|
|
nameWithType: "Provider.resourceTypes()"
|
|
modifiers:
|
|
- "abstract"
|
|
syntax: "public abstract List<ProviderResourceType> resourceTypes()"
|
|
returns:
|
|
description: "the list of provider resource types"
|
|
type: "<xref href=\"java.util.List?alt=java.util.List&text=List\" data-throw-if-not-resolved=\"False\" /><<xref href=\"com.microsoft.azure.management.resources.ProviderResourceType?alt=com.microsoft.azure.management.resources.ProviderResourceType&text=ProviderResourceType\" data-throw-if-not-resolved=\"False\" />>"
|
|
type: "interface"
|
|
desc: "An immutable client-side representation of an Azure resource provider."
|
|
implements:
|
|
- "<xref href=\"com.microsoft.azure.management.resources.fluentcore.model.HasInner?alt=com.microsoft.azure.management.resources.fluentcore.model.HasInner&text=HasInner\" data-throw-if-not-resolved=\"False\" /><<xref href=\"com.microsoft.azure.management.resources.implementation.ProviderInner?alt=com.microsoft.azure.management.resources.implementation.ProviderInner&text=ProviderInner\" data-throw-if-not-resolved=\"False\" />>"
|
|
- "<xref href=\"com.microsoft.azure.management.resources.fluentcore.model.Indexable?alt=com.microsoft.azure.management.resources.fluentcore.model.Indexable&text=Indexable\" data-throw-if-not-resolved=\"False\" />"
|
|
metadata: {}
|
|
package: "com.microsoft.azure.management.resources"
|
|
artifact: com.microsoft.azure:azure-mgmt-resources:1.41.4
|