ResourceProviderOperationDisplayProperties Class

  • java.lang.Object
    • com.microsoft.azure.management.resources.ResourceProviderOperationDisplayProperties

public class ResourceProviderOperationDisplayProperties

Resource provider operation's display properties.

Constructor Summary

Constructor Description
ResourceProviderOperationDisplayProperties()

Method Summary

Modifier and Type Method and Description
java.lang.String description()

Get operation description.

java.lang.String operation()

Get resource provider operation.

java.lang.String provider()

Get operation provider.

java.lang.String publisher()

Get operation description.

java.lang.String resource()

Get operation resource.

ResourceProviderOperationDisplayProperties withDescription(String description)

Set operation description.

ResourceProviderOperationDisplayProperties withOperation(String operation)

Set resource provider operation.

ResourceProviderOperationDisplayProperties withProvider(String provider)

Set operation provider.

ResourceProviderOperationDisplayProperties withPublisher(String publisher)

Set operation description.

ResourceProviderOperationDisplayProperties withResource(String resource)

Set operation resource.

Methods inherited from java.lang.Object

java.lang.Object.clone java.lang.Object.equals java.lang.Object.finalize java.lang.Object.getClass java.lang.Object.hashCode java.lang.Object.notify java.lang.Object.notifyAll java.lang.Object.toString java.lang.Object.wait java.lang.Object.wait java.lang.Object.wait

Constructor Details

ResourceProviderOperationDisplayProperties

public ResourceProviderOperationDisplayProperties()

Method Details

description

public String description()

Get operation description.

Returns:

the description value

operation

public String operation()

Get resource provider operation.

Returns:

the operation value

provider

public String provider()

Get operation provider.

Returns:

the provider value

publisher

public String publisher()

Get operation description.

Returns:

the publisher value

resource

public String resource()

Get operation resource.

Returns:

the resource value

withDescription

public ResourceProviderOperationDisplayProperties withDescription(String description)

Set operation description.

Parameters:

description - the description value to set

Returns:

the ResourceProviderOperationDisplayProperties object itself.

withOperation

public ResourceProviderOperationDisplayProperties withOperation(String operation)

Set resource provider operation.

Parameters:

operation - the operation value to set

Returns:

the ResourceProviderOperationDisplayProperties object itself.

withProvider

public ResourceProviderOperationDisplayProperties withProvider(String provider)

Set operation provider.

Parameters:

provider - the provider value to set

Returns:

the ResourceProviderOperationDisplayProperties object itself.

withPublisher

public ResourceProviderOperationDisplayProperties withPublisher(String publisher)

Set operation description.

Parameters:

publisher - the publisher value to set

Returns:

the ResourceProviderOperationDisplayProperties object itself.

withResource

public ResourceProviderOperationDisplayProperties withResource(String resource)

Set operation resource.

Parameters:

resource - the resource value to set

Returns:

the ResourceProviderOperationDisplayProperties object itself.

Applies to