EncryptionIdentityProperties Class
- java.
lang. Object - com.
azure. resourcemanager. dell. storage. models. EncryptionIdentityProperties
- com.
Implements
public final class EncryptionIdentityProperties
implements JsonSerializable<EncryptionIdentityProperties>
EncryptionIdentityProperties of Dell FileSystem resource.
Constructor Summary
| Constructor | Description |
|---|---|
| EncryptionIdentityProperties() |
Creates an instance of Encryption |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
static
Encryption |
fromJson(JsonReader jsonReader)
Reads an instance of Encryption |
| String |
identityResourceId()
Get the identity |
|
Encryption |
identityType()
Get the identity |
|
Json |
toJson(JsonWriter jsonWriter) |
|
Encryption |
withIdentityResourceId(String identityResourceId)
Set the identity |
|
Encryption |
withIdentityType(EncryptionIdentityType identityType)
Set the identity |
Methods inherited from java.lang.Object
Constructor Details
EncryptionIdentityProperties
public EncryptionIdentityProperties()
Creates an instance of EncryptionIdentityProperties class.
Method Details
fromJson
public static EncryptionIdentityProperties fromJson(JsonReader jsonReader)
Reads an instance of EncryptionIdentityProperties from the JsonReader.
Parameters:
Returns:
Throws:
identityResourceId
public String identityResourceId()
Get the identityResourceId property: User-assigned identity resource id - Only when user opts for UserAssigned identity and hence optional.
Returns:
identityType
public EncryptionIdentityType identityType()
Get the identityType property: Identity type - SystemAssigned/UserAssigned - Only UserAssigned is supported now.
Returns:
toJson
withIdentityResourceId
public EncryptionIdentityProperties withIdentityResourceId(String identityResourceId)
Set the identityResourceId property: User-assigned identity resource id - Only when user opts for UserAssigned identity and hence optional.
Parameters:
Returns:
withIdentityType
public EncryptionIdentityProperties withIdentityType(EncryptionIdentityType identityType)
Set the identityType property: Identity type - SystemAssigned/UserAssigned - Only UserAssigned is supported now.
Parameters:
Returns: