UserAssignedIdentityProperties Class
- java.
lang. Object - com.
azure. resourcemanager. servicebus. models. UserAssignedIdentityProperties
- com.
Implements
public final class UserAssignedIdentityProperties
implements JsonSerializable<UserAssignedIdentityProperties>
The UserAssignedIdentityProperties model.
Constructor Summary
Constructor | Description |
---|---|
UserAssignedIdentityProperties() |
Creates an instance of User |
Method Summary
Modifier and Type | Method and Description |
---|---|
static
User |
fromJson(JsonReader jsonReader)
Reads an instance of User |
Json |
toJson(JsonWriter jsonWriter) |
String |
userAssignedIdentity()
Get the user |
void |
validate()
Validates the instance. |
User |
withUserAssignedIdentity(String userAssignedIdentity)
Set the user |
Methods inherited from java.lang.Object
Constructor Details
UserAssignedIdentityProperties
public UserAssignedIdentityProperties()
Creates an instance of UserAssignedIdentityProperties class.
Method Details
fromJson
public static UserAssignedIdentityProperties fromJson(JsonReader jsonReader)
Reads an instance of UserAssignedIdentityProperties from the JsonReader.
Parameters:
Returns:
Throws:
toJson
userAssignedIdentity
public String userAssignedIdentity()
Get the userAssignedIdentity property: ARM ID of user Identity selected for encryption.
Returns:
validate
public void validate()
Validates the instance.
withUserAssignedIdentity
public UserAssignedIdentityProperties withUserAssignedIdentity(String userAssignedIdentity)
Set the userAssignedIdentity property: ARM ID of user Identity selected for encryption.
Parameters:
Returns:
Applies to
Azure SDK for Java