Uses of Class
com.azure.resourcemanager.network.fluent.models.IpConfigurationProfileInner
-
Packages that use IpConfigurationProfileInner Package Description com.azure.resourcemanager.network.fluent.models Package containing the inner data models for NetworkManagementClient.com.azure.resourcemanager.network.models Package containing the data models for NetworkManagementClient. -
-
Uses of IpConfigurationProfileInner in com.azure.resourcemanager.network.fluent.models
Methods in com.azure.resourcemanager.network.fluent.models that return IpConfigurationProfileInner Modifier and Type Method Description IpConfigurationProfileInnerIpConfigurationProfileInner. withId(String id)IpConfigurationProfileInnerIpConfigurationProfileInner. withName(String name)Set the name property: The name of the resource.IpConfigurationProfileInnerIpConfigurationProfileInner. withSubnet(SubnetInner subnet)Set the subnet property: The reference to the subnet resource to create a container network interface ip configuration.Methods in com.azure.resourcemanager.network.fluent.models that return types with arguments of type IpConfigurationProfileInner Modifier and Type Method Description List<IpConfigurationProfileInner>SubnetInner. ipConfigurationProfiles()Get the ipConfigurationProfiles property: Array of IP configuration profiles which reference this subnet.List<IpConfigurationProfileInner>SubnetPropertiesFormatInner. ipConfigurationProfiles()Get the ipConfigurationProfiles property: Array of IP configuration profiles which reference this subnet.List<IpConfigurationProfileInner>ContainerNetworkInterfaceConfigurationPropertiesFormat. ipConfigurations()Get the ipConfigurations property: A list of ip configurations of the container network interface configuration.Method parameters in com.azure.resourcemanager.network.fluent.models with type arguments of type IpConfigurationProfileInner Modifier and Type Method Description ContainerNetworkInterfaceConfigurationPropertiesFormatContainerNetworkInterfaceConfigurationPropertiesFormat. withIpConfigurations(List<IpConfigurationProfileInner> ipConfigurations)Set the ipConfigurations property: A list of ip configurations of the container network interface configuration. -
Uses of IpConfigurationProfileInner in com.azure.resourcemanager.network.models
Methods in com.azure.resourcemanager.network.models that return types with arguments of type IpConfigurationProfileInner Modifier and Type Method Description List<IpConfigurationProfileInner>ContainerNetworkInterfaceConfiguration. ipConfigurations()Get the ipConfigurations property: A list of ip configurations of the container network interface configuration.Method parameters in com.azure.resourcemanager.network.models with type arguments of type IpConfigurationProfileInner Modifier and Type Method Description ContainerNetworkInterfaceConfigurationContainerNetworkInterfaceConfiguration. withIpConfigurations(List<IpConfigurationProfileInner> ipConfigurations)Set the ipConfigurations property: A list of ip configurations of the container network interface configuration.
-