ProviderOperationsMetadataInner Class
- java.
lang. Object - com.
azure. resourcemanager. authorization. fluent. models. ProviderOperationsMetadataInner
- com.
Implements
public final class ProviderOperationsMetadataInner
implements JsonSerializable<ProviderOperationsMetadataInner>
Provider Operations metadata.
Constructor Summary
Constructor | Description |
---|---|
ProviderOperationsMetadataInner() |
Creates an instance of Provider |
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. |
Provider |
withDisplayName(String displayName)
Set the display |
Provider |
withId(String id)
Set the id property: The provider id. |
Provider |
withName(String name)
Set the name property: The provider name. |
Provider |
withOperations(List<ProviderOperation> operations)
Set the operations property: The provider operations. |
Provider |
withResourceTypes(List<ResourceType> resourceTypes)
Set the resource |
Provider |
withType(String type)
Set the type property: The provider type. |
Methods inherited from java.lang.Object
Constructor Details
ProviderOperationsMetadataInner
public ProviderOperationsMetadataInner()
Creates an instance of ProviderOperationsMetadataInner class.
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.
Returns:
name
public String name()
Get the name property: The provider name.
Returns:
operations
public List
Get the operations property: The provider operations.
Returns:
resourceTypes
public List
Get the resourceTypes property: The provider resource types.
Returns:
toJson
type
public String type()
Get the type property: The provider type.
Returns:
validate
public void validate()
Validates the instance.
withDisplayName
public ProviderOperationsMetadataInner withDisplayName(String displayName)
Set the displayName property: The provider display name.
Parameters:
Returns:
withId
public ProviderOperationsMetadataInner withId(String id)
Set the id property: The provider id.
Parameters:
Returns:
withName
public ProviderOperationsMetadataInner withName(String name)
Set the name property: The provider name.
Parameters:
Returns:
withOperations
public ProviderOperationsMetadataInner withOperations(List
Set the operations property: The provider operations.
Parameters:
Returns:
withResourceTypes
public ProviderOperationsMetadataInner withResourceTypes(List
Set the resourceTypes property: The provider resource types.
Parameters:
Returns:
withType
public ProviderOperationsMetadataInner withType(String type)
Set the type property: The provider type.
Parameters:
Returns:
Applies to
Azure SDK for Java