ArmAuthorizationModelFactory.TooManyPermanentOwnersAssignedToResourceAlertIncidentProperties Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public static Azure.ResourceManager.Authorization.Models.TooManyPermanentOwnersAssignedToResourceAlertIncidentProperties TooManyPermanentOwnersAssignedToResourceAlertIncidentProperties(string assigneeName = default, string assigneeType = default);
static member TooManyPermanentOwnersAssignedToResourceAlertIncidentProperties : string * string -> Azure.ResourceManager.Authorization.Models.TooManyPermanentOwnersAssignedToResourceAlertIncidentProperties
Public Shared Function TooManyPermanentOwnersAssignedToResourceAlertIncidentProperties (Optional assigneeName As String = Nothing, Optional assigneeType As String = Nothing) As TooManyPermanentOwnersAssignedToResourceAlertIncidentProperties
Parameters
- assigneeName
- String
The assignee name.
- assigneeType
- String
The assignee type.
Returns
A new TooManyPermanentOwnersAssignedToResourceAlertIncidentProperties instance for mocking.