Uses of Class
com.azure.resourcemanager.network.models.VirtualNetworkGatewayPolicyGroup
Packages that use VirtualNetworkGatewayPolicyGroup
Package
Description
Package containing the inner data models for NetworkManagementClient.
Package containing the data models for NetworkManagementClient.
-
Uses of VirtualNetworkGatewayPolicyGroup in com.azure.resourcemanager.network.fluent.models
Methods in com.azure.resourcemanager.network.fluent.models that return types with arguments of type VirtualNetworkGatewayPolicyGroupModifier and TypeMethodDescriptionVirtualNetworkGatewayInner.virtualNetworkGatewayPolicyGroups()Get the virtualNetworkGatewayPolicyGroups property: The reference to the VirtualNetworkGatewayPolicyGroup resource which represents the available VirtualNetworkGatewayPolicyGroup for the gateway.VirtualNetworkGatewayPropertiesFormat.virtualNetworkGatewayPolicyGroups()Get the virtualNetworkGatewayPolicyGroups property: The reference to the VirtualNetworkGatewayPolicyGroup resource which represents the available VirtualNetworkGatewayPolicyGroup for the gateway.Method parameters in com.azure.resourcemanager.network.fluent.models with type arguments of type VirtualNetworkGatewayPolicyGroupModifier and TypeMethodDescriptionVirtualNetworkGatewayInner.withVirtualNetworkGatewayPolicyGroups(List<VirtualNetworkGatewayPolicyGroup> virtualNetworkGatewayPolicyGroups) Set the virtualNetworkGatewayPolicyGroups property: The reference to the VirtualNetworkGatewayPolicyGroup resource which represents the available VirtualNetworkGatewayPolicyGroup for the gateway.VirtualNetworkGatewayPropertiesFormat.withVirtualNetworkGatewayPolicyGroups(List<VirtualNetworkGatewayPolicyGroup> virtualNetworkGatewayPolicyGroups) Set the virtualNetworkGatewayPolicyGroups property: The reference to the VirtualNetworkGatewayPolicyGroup resource which represents the available VirtualNetworkGatewayPolicyGroup for the gateway. -
Uses of VirtualNetworkGatewayPolicyGroup in com.azure.resourcemanager.network.models
Methods in com.azure.resourcemanager.network.models that return VirtualNetworkGatewayPolicyGroupModifier and TypeMethodDescriptionVirtualNetworkGatewayPolicyGroup.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of VirtualNetworkGatewayPolicyGroup from the JsonReader.VirtualNetworkGatewayPolicyGroup.withIsDefault(Boolean isDefault) Set the isDefault property: Shows if this is a Default VirtualNetworkGatewayPolicyGroup or not.Set the name property: The name of the resource that is unique within a resource group.VirtualNetworkGatewayPolicyGroup.withPolicyMembers(List<VirtualNetworkGatewayPolicyGroupMember> policyMembers) Set the policyMembers property: Multiple PolicyMembers for VirtualNetworkGatewayPolicyGroup.VirtualNetworkGatewayPolicyGroup.withPriority(Integer priority) Set the priority property: Priority for VirtualNetworkGatewayPolicyGroup.