Class ManagedIdentityTypeProperties


  • public final class ManagedIdentityTypeProperties
    extends Object
    Managed identity type properties.
    • Constructor Detail

      • ManagedIdentityTypeProperties

        public ManagedIdentityTypeProperties()
    • Method Detail

      • resourceId

        public String resourceId()
        Get the resourceId property: The resource id of user assigned managed identity.
        Returns:
        the resourceId value.
      • withResourceId

        public ManagedIdentityTypeProperties withResourceId​(String resourceId)
        Set the resourceId property: The resource id of user assigned managed identity.
        Parameters:
        resourceId - the resourceId value to set.
        Returns:
        the ManagedIdentityTypeProperties object itself.
      • validate

        public void validate()
        Validates the instance.
        Throws:
        IllegalArgumentException - thrown if the instance is not valid.