ProviderOperationsMetadataInner Class
- java.
lang. Object - com.
azure. resourcemanager. authorization. models. SettableResource - com.
azure. resourcemanager. authorization. fluent. models. ProviderOperationsMetadataInner
- com.
- com.
public final class ProviderOperationsMetadataInner
extends SettableResource
Provider Operations metadata.
Method Summary
| Modifier and Type | Method and Description |
|---|---|
| String |
displayName()
Get the display |
|
static
Provider |
fromJson(JsonReader jsonReader)
Reads an instance of Provider |
| String |
id()
Get the id property: The provider ID. |
| String |
name()
Get the name property: The provider name. |
|
List<Provider |
operations()
Get the operations property: The provider operations. |
|
List<Resource |
resourceTypes()
Get the resource |
|
Json |
toJson(JsonWriter jsonWriter) |
| String |
type()
Get the type property: The provider type. |
| void |
validate()
Validates the instance. |
Methods inherited from SettableResource
Methods inherited from java.lang.Object
Method Details
displayName
public String displayName()
Get the displayName property: The provider display name.
Returns:
fromJson
public static ProviderOperationsMetadataInner fromJson(JsonReader jsonReader)
Reads an instance of ProviderOperationsMetadataInner from the JsonReader.
Parameters:
Returns:
Throws:
id
public String id()
Get the id property: The provider ID.
Overrides:
ProviderOperationsMetadataInner.id()Returns:
name
public String name()
Get the name property: The provider name.
Overrides:
ProviderOperationsMetadataInner.name()Returns:
operations
public List<ProviderOperation> operations()
Get the operations property: The provider operations.
Returns:
resourceTypes
public List<ResourceType> resourceTypes()
Get the resourceTypes property: The provider resource types.
Returns:
toJson
public JsonWriter toJson(JsonWriter jsonWriter)
Overrides:
ProviderOperationsMetadataInner.toJson(JsonWriter jsonWriter)Parameters:
Throws:
type
public String type()
Get the type property: The provider type.
Overrides:
ProviderOperationsMetadataInner.type()Returns:
validate
public void validate()
Validates the instance.
Overrides:
ProviderOperationsMetadataInner.validate()