97 строки
7.7 KiB
YAML
97 строки
7.7 KiB
YAML
### YamlMime:JavaType
|
|
uid: "com.azure.resourcemanager.network.models.NicIpConfigurationBase"
|
|
fullName: "com.azure.resourcemanager.network.models.NicIpConfigurationBase"
|
|
name: "NicIpConfigurationBase"
|
|
nameWithType: "NicIpConfigurationBase"
|
|
summary: "The base IP configuration shared across IP configurations in regular and virtual machine scale set network interface."
|
|
syntax: "public interface **NicIpConfigurationBase**</br> extends <xref href=\"com.azure.resourcemanager.resources.fluentcore.arm.models.HasSubnet?alt=com.azure.resourcemanager.resources.fluentcore.arm.models.HasSubnet&text=HasSubnet\" data-throw-if-not-resolved=\"False\" />, <xref href=\"com.azure.resourcemanager.network.models.HasPrivateIpAddress?alt=com.azure.resourcemanager.network.models.HasPrivateIpAddress&text=HasPrivateIpAddress\" data-throw-if-not-resolved=\"False\" />"
|
|
methods:
|
|
- uid: "com.azure.resourcemanager.network.models.NicIpConfigurationBase.getNetwork()"
|
|
fullName: "com.azure.resourcemanager.network.models.NicIpConfigurationBase.getNetwork()"
|
|
name: "getNetwork()"
|
|
nameWithType: "NicIpConfigurationBase.getNetwork()"
|
|
modifiers:
|
|
- "abstract"
|
|
syntax: "public abstract Network getNetwork()"
|
|
returns:
|
|
description: "the virtual network associated with this IP configuration"
|
|
type: "<xref href=\"com.azure.resourcemanager.network.models.Network?alt=com.azure.resourcemanager.network.models.Network&text=Network\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.azure.resourcemanager.network.models.NicIpConfigurationBase.getNetworkSecurityGroup()"
|
|
fullName: "com.azure.resourcemanager.network.models.NicIpConfigurationBase.getNetworkSecurityGroup()"
|
|
name: "getNetworkSecurityGroup()"
|
|
nameWithType: "NicIpConfigurationBase.getNetworkSecurityGroup()"
|
|
modifiers:
|
|
- "abstract"
|
|
syntax: "public abstract NetworkSecurityGroup getNetworkSecurityGroup()"
|
|
returns:
|
|
description: "the network security group, if any, associated with the subnet, if any, assigned to this network\n interface IP configuration\n <p>(Note that this results in additional calls to Azure.)"
|
|
type: "<xref href=\"com.azure.resourcemanager.network.models.NetworkSecurityGroup?alt=com.azure.resourcemanager.network.models.NetworkSecurityGroup&text=NetworkSecurityGroup\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.azure.resourcemanager.network.models.NicIpConfigurationBase.isPrimary()"
|
|
fullName: "com.azure.resourcemanager.network.models.NicIpConfigurationBase.isPrimary()"
|
|
name: "isPrimary()"
|
|
nameWithType: "NicIpConfigurationBase.isPrimary()"
|
|
modifiers:
|
|
- "abstract"
|
|
syntax: "public abstract boolean isPrimary()"
|
|
returns:
|
|
description: "true if this is the primary IP configuration"
|
|
type: "<xref href=\"boolean?alt=boolean&text=boolean\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.azure.resourcemanager.network.models.NicIpConfigurationBase.listAssociatedApplicationGatewayBackends()"
|
|
fullName: "com.azure.resourcemanager.network.models.NicIpConfigurationBase.listAssociatedApplicationGatewayBackends()"
|
|
name: "listAssociatedApplicationGatewayBackends()"
|
|
nameWithType: "NicIpConfigurationBase.listAssociatedApplicationGatewayBackends()"
|
|
modifiers:
|
|
- "abstract"
|
|
syntax: "public abstract Collection<ApplicationGatewayBackend> listAssociatedApplicationGatewayBackends()"
|
|
returns:
|
|
description: "the application gateway backends associated with this network IP configuration"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/util/Collection.html\">Collection</a><<xref href=\"com.azure.resourcemanager.network.models.ApplicationGatewayBackend?alt=com.azure.resourcemanager.network.models.ApplicationGatewayBackend&text=ApplicationGatewayBackend\" data-throw-if-not-resolved=\"False\" />>"
|
|
- uid: "com.azure.resourcemanager.network.models.NicIpConfigurationBase.listAssociatedApplicationSecurityGroups()"
|
|
fullName: "com.azure.resourcemanager.network.models.NicIpConfigurationBase.listAssociatedApplicationSecurityGroups()"
|
|
name: "listAssociatedApplicationSecurityGroups()"
|
|
nameWithType: "NicIpConfigurationBase.listAssociatedApplicationSecurityGroups()"
|
|
modifiers:
|
|
- "abstract"
|
|
syntax: "public abstract List<ApplicationSecurityGroup> listAssociatedApplicationSecurityGroups()"
|
|
returns:
|
|
description: "the application security groups associated with this network IP configuration"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/util/List.html\">List</a><<xref href=\"com.azure.resourcemanager.network.models.ApplicationSecurityGroup?alt=com.azure.resourcemanager.network.models.ApplicationSecurityGroup&text=ApplicationSecurityGroup\" data-throw-if-not-resolved=\"False\" />>"
|
|
- uid: "com.azure.resourcemanager.network.models.NicIpConfigurationBase.listAssociatedLoadBalancerBackends()"
|
|
fullName: "com.azure.resourcemanager.network.models.NicIpConfigurationBase.listAssociatedLoadBalancerBackends()"
|
|
name: "listAssociatedLoadBalancerBackends()"
|
|
nameWithType: "NicIpConfigurationBase.listAssociatedLoadBalancerBackends()"
|
|
modifiers:
|
|
- "abstract"
|
|
syntax: "public abstract List<LoadBalancerBackend> listAssociatedLoadBalancerBackends()"
|
|
returns:
|
|
description: "the load balancer backends associated with this network interface IP configuration"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/util/List.html\">List</a><<xref href=\"com.azure.resourcemanager.network.models.LoadBalancerBackend?alt=com.azure.resourcemanager.network.models.LoadBalancerBackend&text=LoadBalancerBackend\" data-throw-if-not-resolved=\"False\" />>"
|
|
- uid: "com.azure.resourcemanager.network.models.NicIpConfigurationBase.listAssociatedLoadBalancerInboundNatRules()"
|
|
fullName: "com.azure.resourcemanager.network.models.NicIpConfigurationBase.listAssociatedLoadBalancerInboundNatRules()"
|
|
name: "listAssociatedLoadBalancerInboundNatRules()"
|
|
nameWithType: "NicIpConfigurationBase.listAssociatedLoadBalancerInboundNatRules()"
|
|
modifiers:
|
|
- "abstract"
|
|
syntax: "public abstract List<LoadBalancerInboundNatRule> listAssociatedLoadBalancerInboundNatRules()"
|
|
returns:
|
|
description: "the load balancer inbound NAT rules associated with this network interface IP configuration"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/util/List.html\">List</a><<xref href=\"com.azure.resourcemanager.network.models.LoadBalancerInboundNatRule?alt=com.azure.resourcemanager.network.models.LoadBalancerInboundNatRule&text=LoadBalancerInboundNatRule\" data-throw-if-not-resolved=\"False\" />>"
|
|
- uid: "com.azure.resourcemanager.network.models.NicIpConfigurationBase.privateIpAddressVersion()"
|
|
fullName: "com.azure.resourcemanager.network.models.NicIpConfigurationBase.privateIpAddressVersion()"
|
|
name: "privateIpAddressVersion()"
|
|
nameWithType: "NicIpConfigurationBase.privateIpAddressVersion()"
|
|
modifiers:
|
|
- "abstract"
|
|
syntax: "public abstract IpVersion privateIpAddressVersion()"
|
|
returns:
|
|
description: "private IP address version"
|
|
type: "<xref href=\"com.azure.resourcemanager.network.models.IpVersion?alt=com.azure.resourcemanager.network.models.IpVersion&text=IpVersion\" data-throw-if-not-resolved=\"False\" />"
|
|
type: "interface"
|
|
desc: "The base IP configuration shared across IP configurations in regular and virtual machine scale set network interface."
|
|
implements:
|
|
- "<xref href=\"com.azure.resourcemanager.network.models.HasPrivateIpAddress?alt=com.azure.resourcemanager.network.models.HasPrivateIpAddress&text=HasPrivateIpAddress\" data-throw-if-not-resolved=\"False\" />"
|
|
- "<xref href=\"com.azure.resourcemanager.resources.fluentcore.arm.models.HasSubnet?alt=com.azure.resourcemanager.resources.fluentcore.arm.models.HasSubnet&text=HasSubnet\" data-throw-if-not-resolved=\"False\" />"
|
|
metadata: {}
|
|
package: "com.azure.resourcemanager.network.models"
|
|
artifact: com.azure.resourcemanager:azure-resourcemanager-network:2.44.0
|