Class ResourceProviderOperationDisplayProperties
java.lang.Object
com.microsoft.azure.management.resources.ResourceProviderOperationDisplayProperties
Resource provider operation's display properties.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGet operation description.Get resource provider operation.provider()
Get operation provider.Get operation description.resource()
Get operation resource.withDescription
(String description) Set operation description.withOperation
(String operation) Set resource provider operation.withProvider
(String provider) Set operation provider.withPublisher
(String publisher) Set operation description.withResource
(String resource) Set operation resource.
-
Constructor Details
-
ResourceProviderOperationDisplayProperties
public ResourceProviderOperationDisplayProperties()
-
-
Method Details
-
publisher
Get operation description.- Returns:
- the publisher value
-
withPublisher
Set operation description.- Parameters:
publisher
- the publisher value to set- Returns:
- the ResourceProviderOperationDisplayProperties object itself.
-
provider
Get operation provider.- Returns:
- the provider value
-
withProvider
Set operation provider.- Parameters:
provider
- the provider value to set- Returns:
- the ResourceProviderOperationDisplayProperties object itself.
-
resource
Get operation resource.- Returns:
- the resource value
-
withResource
Set operation resource.- Parameters:
resource
- the resource value to set- Returns:
- the ResourceProviderOperationDisplayProperties object itself.
-
operation
Get resource provider operation.- Returns:
- the operation value
-
withOperation
Set resource provider operation.- Parameters:
operation
- the operation value to set- Returns:
- the ResourceProviderOperationDisplayProperties object itself.
-
description
Get operation description.- Returns:
- the description value
-
withDescription
Set operation description.- Parameters:
description
- the description value to set- Returns:
- the ResourceProviderOperationDisplayProperties object itself.
-