Class ProviderOperationsMetadataInner
java.lang.Object
com.azure.resourcemanager.authorization.fluent.models.ProviderOperationsMetadataInner
Provider Operations metadata.
-
Constructor Summary
ConstructorsConstructorDescriptionCreates an instance of ProviderOperationsMetadataInner class. -
Method Summary
Modifier and TypeMethodDescriptionGet the displayName property: The provider display name.id()Get the id property: The provider id.name()Get the name property: The provider name.Get the operations property: The provider operations.Get the resourceTypes property: The provider resource types.type()Get the type property: The provider type.voidvalidate()Validates the instance.withDisplayName(String displayName) Set the displayName property: The provider display name.Set the id property: The provider id.Set the name property: The provider name.withOperations(List<ProviderOperation> operations) Set the operations property: The provider operations.withResourceTypes(List<ResourceType> resourceTypes) Set the resourceTypes property: The provider resource types.Set the type property: The provider type.
-
Constructor Details
-
ProviderOperationsMetadataInner
public ProviderOperationsMetadataInner()Creates an instance of ProviderOperationsMetadataInner class.
-
-
Method Details
-
id
Get the id property: The provider id.- Returns:
- the id value.
-
withId
Set the id property: The provider id.- Parameters:
id- the id value to set.- Returns:
- the ProviderOperationsMetadataInner object itself.
-
name
Get the name property: The provider name.- Returns:
- the name value.
-
withName
Set the name property: The provider name.- Parameters:
name- the name value to set.- Returns:
- the ProviderOperationsMetadataInner object itself.
-
type
Get the type property: The provider type.- Returns:
- the type value.
-
withType
Set the type property: The provider type.- Parameters:
type- the type value to set.- Returns:
- the ProviderOperationsMetadataInner object itself.
-
displayName
Get the displayName property: The provider display name.- Returns:
- the displayName value.
-
withDisplayName
Set the displayName property: The provider display name.- Parameters:
displayName- the displayName value to set.- Returns:
- the ProviderOperationsMetadataInner object itself.
-
resourceTypes
Get the resourceTypes property: The provider resource types.- Returns:
- the resourceTypes value.
-
withResourceTypes
Set the resourceTypes property: The provider resource types.- Parameters:
resourceTypes- the resourceTypes value to set.- Returns:
- the ProviderOperationsMetadataInner object itself.
-
operations
Get the operations property: The provider operations.- Returns:
- the operations value.
-
withOperations
Set the operations property: The provider operations.- Parameters:
operations- the operations value to set.- Returns:
- the ProviderOperationsMetadataInner object itself.
-
validate
public void validate()Validates the instance.- Throws:
IllegalArgumentException- thrown if the instance is not valid.
-