Class UserAssignedIdentityProperties
java.lang.Object
com.azure.resourcemanager.servicebus.models.UserAssignedIdentityProperties
The UserAssignedIdentityProperties model.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGet the userAssignedIdentity property: ARM ID of user Identity selected for encryption.voidvalidate()Validates the instance.withUserAssignedIdentity(String userAssignedIdentity) Set the userAssignedIdentity property: ARM ID of user Identity selected for encryption.
-
Constructor Details
-
UserAssignedIdentityProperties
public UserAssignedIdentityProperties()
-
-
Method Details
-
userAssignedIdentity
Get the userAssignedIdentity property: ARM ID of user Identity selected for encryption.- Returns:
- the userAssignedIdentity value.
-
withUserAssignedIdentity
Set the userAssignedIdentity property: ARM ID of user Identity selected for encryption.- Parameters:
userAssignedIdentity- the userAssignedIdentity value to set.- Returns:
- the UserAssignedIdentityProperties object itself.
-
validate
public void validate()Validates the instance.- Throws:
IllegalArgumentException- thrown if the instance is not valid.
-