UserOwnedStorage Class

  • java.lang.Object
    • com.azure.resourcemanager.cognitiveservices.models.UserOwnedStorage

public final class UserOwnedStorage

The user owned storage for Cognitive Services account.

Constructor Summary

Constructor Description
UserOwnedStorage()

Creates an instance of UserOwnedStorage class.

Method Summary

Modifier and Type Method and Description
String identityClientId()

Get the identityClientId property: The identityClientId property.

String resourceId()

Get the resourceId property: Full resource id of a Microsoft.Storage resource.

void validate()

Validates the instance.

UserOwnedStorage withIdentityClientId(String identityClientId)

Set the identityClientId property: The identityClientId property.

UserOwnedStorage withResourceId(String resourceId)

Set the resourceId property: Full resource id of a Microsoft.Storage resource.

Methods inherited from java.lang.Object

Constructor Details

UserOwnedStorage

public UserOwnedStorage()

Creates an instance of UserOwnedStorage class.

Method Details

identityClientId

public String identityClientId()

Get the identityClientId property: The identityClientId property.

Returns:

the identityClientId value.

resourceId

public String resourceId()

Get the resourceId property: Full resource id of a Microsoft.Storage resource.

Returns:

the resourceId value.

validate

public void validate()

Validates the instance.

withIdentityClientId

public UserOwnedStorage withIdentityClientId(String identityClientId)

Set the identityClientId property: The identityClientId property.

Parameters:

identityClientId - the identityClientId value to set.

Returns:

the UserOwnedStorage object itself.

withResourceId

public UserOwnedStorage withResourceId(String resourceId)

Set the resourceId property: Full resource id of a Microsoft.Storage resource.

Parameters:

resourceId - the resourceId value to set.

Returns:

the UserOwnedStorage object itself.

Applies to