Uses of Class
com.azure.resourcemanager.network.models.NvaInVnetSubnetReferenceProperties
Packages that use NvaInVnetSubnetReferenceProperties
Package
Description
Package containing the data models for NetworkManagementClient.
-
Uses of NvaInVnetSubnetReferenceProperties in com.azure.resourcemanager.network.models
Classes in com.azure.resourcemanager.network.models that implement interfaces with type arguments of type NvaInVnetSubnetReferencePropertiesModifier and TypeClassDescriptionfinal classSubnet references where the NVA NICS will be deployed The resource URI of the subnets where the NVA NICS will be deployed.Methods in com.azure.resourcemanager.network.models that return NvaInVnetSubnetReferencePropertiesModifier and TypeMethodDescriptionNvaInVnetSubnetReferenceProperties.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of NvaInVnetSubnetReferenceProperties from the JsonReader.NvaInterfaceConfigurationsProperties.subnet()Get the subnet property: A subnet resource id where the NIC will be deployed.Set the id property: Resource Uri of Subnet.Methods in com.azure.resourcemanager.network.models with parameters of type NvaInVnetSubnetReferencePropertiesModifier and TypeMethodDescriptionNvaInterfaceConfigurationsProperties.withSubnet(NvaInVnetSubnetReferenceProperties subnet) Set the subnet property: A subnet resource id where the NIC will be deployed.