Uses of Class
com.azure.resourcemanager.network.models.VpnPolicyMemberAttributeType
Packages that use VpnPolicyMemberAttributeType
Package
Description
Package containing the data models for NetworkManagementClient.
-
Uses of VpnPolicyMemberAttributeType in com.azure.resourcemanager.network.models
Subclasses with type arguments of type VpnPolicyMemberAttributeType in com.azure.resourcemanager.network.modelsModifier and TypeClassDescriptionfinal classThe Vpn Policy member attribute type.Fields in com.azure.resourcemanager.network.models declared as VpnPolicyMemberAttributeTypeModifier and TypeFieldDescriptionstatic final VpnPolicyMemberAttributeTypeVpnPolicyMemberAttributeType.AADGROUP_IDStatic value AADGroupId for VpnPolicyMemberAttributeType.static final VpnPolicyMemberAttributeTypeVpnPolicyMemberAttributeType.CERTIFICATE_GROUP_IDStatic value CertificateGroupId for VpnPolicyMemberAttributeType.static final VpnPolicyMemberAttributeTypeVpnPolicyMemberAttributeType.RADIUS_AZURE_GROUP_IDStatic value RadiusAzureGroupId for VpnPolicyMemberAttributeType.Methods in com.azure.resourcemanager.network.models that return VpnPolicyMemberAttributeTypeModifier and TypeMethodDescriptionVirtualNetworkGatewayPolicyGroupMember.attributeType()Get the attributeType property: The Vpn Policy member attribute type.VpnServerConfigurationPolicyGroupMember.attributeType()Get the attributeType property: The Vpn Policy member attribute type.static VpnPolicyMemberAttributeTypeVpnPolicyMemberAttributeType.fromString(String name) Creates or finds a VpnPolicyMemberAttributeType from its string representation.Methods in com.azure.resourcemanager.network.models that return types with arguments of type VpnPolicyMemberAttributeTypeModifier and TypeMethodDescriptionVpnPolicyMemberAttributeType.values()Gets known VpnPolicyMemberAttributeType values.Methods in com.azure.resourcemanager.network.models with parameters of type VpnPolicyMemberAttributeTypeModifier and TypeMethodDescriptionVirtualNetworkGatewayPolicyGroupMember.withAttributeType(VpnPolicyMemberAttributeType attributeType) Set the attributeType property: The Vpn Policy member attribute type.VpnServerConfigurationPolicyGroupMember.withAttributeType(VpnPolicyMemberAttributeType attributeType) Set the attributeType property: The Vpn Policy member attribute type.