Uses of Class
com.azure.resourcemanager.resources.models.SubscriptionFeatureRegistrationApprovalType
-
Packages that use SubscriptionFeatureRegistrationApprovalType Package Description com.azure.resourcemanager.resources.models Package containing the data models for ResourceManagementClient. -
-
Uses of SubscriptionFeatureRegistrationApprovalType in com.azure.resourcemanager.resources.models
Fields in com.azure.resourcemanager.resources.models declared as SubscriptionFeatureRegistrationApprovalType Modifier and Type Field Description static SubscriptionFeatureRegistrationApprovalTypeSubscriptionFeatureRegistrationApprovalType. APPROVAL_REQUIREDStatic value ApprovalRequired for SubscriptionFeatureRegistrationApprovalType.static SubscriptionFeatureRegistrationApprovalTypeSubscriptionFeatureRegistrationApprovalType. AUTO_APPROVALStatic value AutoApproval for SubscriptionFeatureRegistrationApprovalType.static SubscriptionFeatureRegistrationApprovalTypeSubscriptionFeatureRegistrationApprovalType. NOT_SPECIFIEDStatic value NotSpecified for SubscriptionFeatureRegistrationApprovalType.Methods in com.azure.resourcemanager.resources.models that return SubscriptionFeatureRegistrationApprovalType Modifier and Type Method Description SubscriptionFeatureRegistrationApprovalTypeSubscriptionFeatureRegistrationProperties. approvalType()Get the approvalType property: The feature approval type.static SubscriptionFeatureRegistrationApprovalTypeSubscriptionFeatureRegistrationApprovalType. fromString(String name)Creates or finds a SubscriptionFeatureRegistrationApprovalType from its string representation.Methods in com.azure.resourcemanager.resources.models that return types with arguments of type SubscriptionFeatureRegistrationApprovalType Modifier and Type Method Description static Collection<SubscriptionFeatureRegistrationApprovalType>SubscriptionFeatureRegistrationApprovalType. values()
-