StorageTaskInner Class

public final class StorageTaskInner
extends Resource

Represents Storage Task.

Constructor Summary

Constructor Description
StorageTaskInner()

Creates an instance of StorageTaskInner class.

Method Summary

Modifier and Type Method and Description
static StorageTaskInner fromJson(JsonReader jsonReader)

Reads an instance of StorageTaskInner from the JsonReader.

String id()

Get the id property: Fully qualified resource Id for the resource.

ManagedServiceIdentity identity()

Get the identity property: The managed service identity of the resource.

String name()

Get the name property: The name of the resource.

StorageTaskProperties properties()

Get the properties property: Properties of the storage task.

SystemData systemData()

Get the systemData property: Azure Resource Manager metadata containing createdBy and modifiedBy information.

JsonWriter toJson(JsonWriter jsonWriter)
String type()

Get the type property: The type of the resource.

void validate()

Validates the instance.

StorageTaskInner withIdentity(ManagedServiceIdentity identity)

Set the identity property: The managed service identity of the resource.

StorageTaskInner withLocation(String location)
StorageTaskInner withProperties(StorageTaskProperties properties)

Set the properties property: Properties of the storage task.

StorageTaskInner withTags(Map<String,String> tags)

Methods inherited from ProxyResource

Methods inherited from Resource

Methods inherited from java.lang.Object

Constructor Details

StorageTaskInner

public StorageTaskInner()

Creates an instance of StorageTaskInner class.

Method Details

fromJson

public static StorageTaskInner fromJson(JsonReader jsonReader)

Reads an instance of StorageTaskInner from the JsonReader.

Parameters:

jsonReader - The JsonReader being read.

Returns:

An instance of StorageTaskInner if the JsonReader was pointing to an instance of it, or null if it was pointing to JSON null.

Throws:

IOException

- If the deserialized JSON object was missing any required properties.

id

public String id()

Get the id property: Fully qualified resource Id for the resource.

Overrides:

StorageTaskInner.id()

Returns:

the id value.

identity

public ManagedServiceIdentity identity()

Get the identity property: The managed service identity of the resource.

Returns:

the identity value.

name

public String name()

Get the name property: The name of the resource.

Overrides:

StorageTaskInner.name()

Returns:

the name value.

properties

public StorageTaskProperties properties()

Get the properties property: Properties of the storage task.

Returns:

the properties value.

systemData

public SystemData systemData()

Get the systemData property: Azure Resource Manager metadata containing createdBy and modifiedBy information.

Returns:

the systemData value.

toJson

public JsonWriter toJson(JsonWriter jsonWriter)

Overrides:

StorageTaskInner.toJson(JsonWriter jsonWriter)

Parameters:

jsonWriter

Throws:

type

public String type()

Get the type property: The type of the resource.

Overrides:

StorageTaskInner.type()

Returns:

the type value.

validate

public void validate()

Validates the instance.

withIdentity

public StorageTaskInner withIdentity(ManagedServiceIdentity identity)

Set the identity property: The managed service identity of the resource.

Parameters:

identity - the identity value to set.

Returns:

the StorageTaskInner object itself.

withLocation

public StorageTaskInner withLocation(String location)

Overrides:

StorageTaskInner.withLocation(String location)

Parameters:

location

withProperties

public StorageTaskInner withProperties(StorageTaskProperties properties)

Set the properties property: Properties of the storage task.

Parameters:

properties - the properties value to set.

Returns:

the StorageTaskInner object itself.

withTags

public StorageTaskInner withTags(Map<String,String> tags)

Overrides:

StorageTaskInner.withTags(Map<String,String> tags)

Parameters:

tags

Applies to