azure-docs-sdk-java/docs-ref-autogen/com.azure.resourcemanager.r...

34 строки
1.7 KiB
YAML

### YamlMime:JavaType
uid: "com.azure.resourcemanager.resources.fluentcore.arm.models.HasSubnet"
fullName: "com.azure.resourcemanager.resources.fluentcore.arm.models.HasSubnet"
name: "HasSubnet"
nameWithType: "HasSubnet"
summary: "An interface representing a model's ability to reference a subnet by its name and network's ID."
syntax: "public interface **HasSubnet**"
methods:
- uid: "com.azure.resourcemanager.resources.fluentcore.arm.models.HasSubnet.networkId()"
fullName: "com.azure.resourcemanager.resources.fluentcore.arm.models.HasSubnet.networkId()"
name: "networkId()"
nameWithType: "HasSubnet.networkId()"
modifiers:
- "abstract"
syntax: "public abstract String networkId()"
returns:
description: "the resource ID of the virtual network whose subnet is associated with this resource"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- uid: "com.azure.resourcemanager.resources.fluentcore.arm.models.HasSubnet.subnetName()"
fullName: "com.azure.resourcemanager.resources.fluentcore.arm.models.HasSubnet.subnetName()"
name: "subnetName()"
nameWithType: "HasSubnet.subnetName()"
modifiers:
- "abstract"
syntax: "public abstract String subnetName()"
returns:
description: "the name of the subnet associated with this resource"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
type: "interface"
desc: "An interface representing a model's ability to reference a subnet by its name and network's ID."
metadata: {}
package: "com.azure.resourcemanager.resources.fluentcore.arm.models"
artifact: com.azure.resourcemanager:azure-resourcemanager-resources:2.44.0