Class VideoAnalyzerIdentity
- java.lang.Object
-
- com.azure.resourcemanager.videoanalyzer.models.VideoAnalyzerIdentity
-
public class VideoAnalyzerIdentity extends Object
The managed identity for the Video Analyzer resource.
-
-
Constructor Summary
Constructors Constructor Description VideoAnalyzerIdentity()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Stringtype()Get the type property: The identity type.Map<String,UserAssignedManagedIdentity>userAssignedIdentities()Get the userAssignedIdentities property: The User Assigned Managed Identities.voidvalidate()Validates the instance.VideoAnalyzerIdentitywithType(String type)Set the type property: The identity type.VideoAnalyzerIdentitywithUserAssignedIdentities(Map<String,UserAssignedManagedIdentity> userAssignedIdentities)Set the userAssignedIdentities property: The User Assigned Managed Identities.
-
-
-
Method Detail
-
type
public String type()
Get the type property: The identity type.- Returns:
- the type value.
-
withType
public VideoAnalyzerIdentity withType(String type)
Set the type property: The identity type.- Parameters:
type- the type value to set.- Returns:
- the VideoAnalyzerIdentity object itself.
-
userAssignedIdentities
public Map<String,UserAssignedManagedIdentity> userAssignedIdentities()
Get the userAssignedIdentities property: The User Assigned Managed Identities.- Returns:
- the userAssignedIdentities value.
-
withUserAssignedIdentities
public VideoAnalyzerIdentity withUserAssignedIdentities(Map<String,UserAssignedManagedIdentity> userAssignedIdentities)
Set the userAssignedIdentities property: The User Assigned Managed Identities.- Parameters:
userAssignedIdentities- the userAssignedIdentities value to set.- Returns:
- the VideoAnalyzerIdentity object itself.
-
validate
public void validate()
Validates the instance.- Throws:
IllegalArgumentException- thrown if the instance is not valid.
-
-