Uses of Class
com.azure.resourcemanager.authorization.fluent.models.MicrosoftGraphChannelMembershipType
-
Packages that use MicrosoftGraphChannelMembershipType Package Description com.azure.resourcemanager.authorization.fluent.models Package containing the inner data models for AuthorizationManagementClient. -
-
Uses of MicrosoftGraphChannelMembershipType in com.azure.resourcemanager.authorization.fluent.models
Fields in com.azure.resourcemanager.authorization.fluent.models declared as MicrosoftGraphChannelMembershipType Modifier and Type Field Description static MicrosoftGraphChannelMembershipTypeMicrosoftGraphChannelMembershipType. PRIVATEStatic value private for MicrosoftGraphChannelMembershipType.static MicrosoftGraphChannelMembershipTypeMicrosoftGraphChannelMembershipType. STANDARDStatic value standard for MicrosoftGraphChannelMembershipType.static MicrosoftGraphChannelMembershipTypeMicrosoftGraphChannelMembershipType. UNKNOWN_FUTURE_VALUEStatic value unknownFutureValue for MicrosoftGraphChannelMembershipType.Methods in com.azure.resourcemanager.authorization.fluent.models that return MicrosoftGraphChannelMembershipType Modifier and Type Method Description static MicrosoftGraphChannelMembershipTypeMicrosoftGraphChannelMembershipType. fromString(String name)Creates or finds a MicrosoftGraphChannelMembershipType from its string representation.MicrosoftGraphChannelMembershipTypeMicrosoftGraphChannel. membershipType()Get the membershipType property: The membershipType property.Methods in com.azure.resourcemanager.authorization.fluent.models that return types with arguments of type MicrosoftGraphChannelMembershipType Modifier and Type Method Description static Collection<MicrosoftGraphChannelMembershipType>MicrosoftGraphChannelMembershipType. values()Methods in com.azure.resourcemanager.authorization.fluent.models with parameters of type MicrosoftGraphChannelMembershipType Modifier and Type Method Description MicrosoftGraphChannelMicrosoftGraphChannel. withMembershipType(MicrosoftGraphChannelMembershipType membershipType)Set the membershipType property: The membershipType property.
-