ResourceProviderOperationDisplayProperties Class

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

public class ResourceProviderOperationDisplayProperties

Resource provider operation's display properties.

Method Summary

Modifier and Type Method and Description
String description()

Get the description value.

String operation()

Get the operation value.

String provider()

Get the provider value.

String publisher()

Get the publisher value.

String resource()

Get the resource value.

ResourceProviderOperationDisplayProperties withDescription(String description)

Set the description value.

ResourceProviderOperationDisplayProperties withOperation(String operation)

Set the operation value.

ResourceProviderOperationDisplayProperties withProvider(String provider)

Set the provider value.

ResourceProviderOperationDisplayProperties withPublisher(String publisher)

Set the publisher value.

ResourceProviderOperationDisplayProperties withResource(String resource)

Set the resource value.

Method Details

description

public String description()

Get the description value.

Returns:

the description value

operation

public String operation()

Get the operation value.

Returns:

the operation value

provider

public String provider()

Get the provider value.

Returns:

the provider value

publisher

public String publisher()

Get the publisher value.

Returns:

the publisher value

resource

public String resource()

Get the resource value.

Returns:

the resource value

withDescription

public ResourceProviderOperationDisplayProperties withDescription(String description)

Set the description value.

Parameters:

description - the description value to set

Returns:

the ResourceProviderOperationDisplayProperties object itself.

withOperation

public ResourceProviderOperationDisplayProperties withOperation(String operation)

Set the operation value.

Parameters:

operation - the operation value to set

Returns:

the ResourceProviderOperationDisplayProperties object itself.

withProvider

public ResourceProviderOperationDisplayProperties withProvider(String provider)

Set the provider value.

Parameters:

provider - the provider value to set

Returns:

the ResourceProviderOperationDisplayProperties object itself.

withPublisher

public ResourceProviderOperationDisplayProperties withPublisher(String publisher)

Set the publisher value.

Parameters:

publisher - the publisher value to set

Returns:

the ResourceProviderOperationDisplayProperties object itself.

withResource

public ResourceProviderOperationDisplayProperties withResource(String resource)

Set the resource value.

Parameters:

resource - the resource value to set

Returns:

the ResourceProviderOperationDisplayProperties object itself.

Applies to