UserAssignedProperties Class
- java.
lang. Object - com.
azure. resourcemanager. databox. models. UserAssignedProperties
- com.
Implements
public final class UserAssignedProperties
implements JsonSerializable<UserAssignedProperties>
User assigned identity properties.
Constructor Summary
| Constructor | Description |
|---|---|
| UserAssignedProperties() |
Creates an instance of User |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
static
User |
fromJson(JsonReader jsonReader)
Reads an instance of User |
| String |
resourceId()
Get the resource |
|
Json |
toJson(JsonWriter jsonWriter) |
| void |
validate()
Validates the instance. |
|
User |
withResourceId(String resourceId)
Set the resource |
Methods inherited from java.lang.Object
Constructor Details
UserAssignedProperties
public UserAssignedProperties()
Creates an instance of UserAssignedProperties class.
Method Details
fromJson
public static UserAssignedProperties fromJson(JsonReader jsonReader)
Reads an instance of UserAssignedProperties from the JsonReader.
Parameters:
Returns:
Throws:
resourceId
public String resourceId()
Get the resourceId property: Arm resource id for user assigned identity to be used to fetch MSI token.
Returns:
toJson
validate
public void validate()
Validates the instance.
withResourceId
public UserAssignedProperties withResourceId(String resourceId)
Set the resourceId property: Arm resource id for user assigned identity to be used to fetch MSI token.
Parameters:
Returns: