### YamlMime:JavaType uid: "com.azure.resourcemanager.appservice.models.VnetParameters" fullName: "com.azure.resourcemanager.appservice.models.VnetParameters" name: "VnetParameters" nameWithType: "VnetParameters" summary: "The required set of inputs to validate a VNET." inheritances: - "" - "" - "" inheritedClassMethods: - classRef: "" methodsRef: - "" - "" - "" - "" - "" - "" - "" - "" - classRef: "java.lang.Object" methodsRef: - "clone" - "equals" - "finalize" - "getClass" - "hashCode" - "notify" - "notifyAll" - "toString" - "wait" - "wait" - "wait" syntax: "public final class **VnetParameters**
extends " constructors: - uid: "com.azure.resourcemanager.appservice.models.VnetParameters.VnetParameters()" fullName: "com.azure.resourcemanager.appservice.models.VnetParameters.VnetParameters()" name: "VnetParameters()" nameWithType: "VnetParameters.VnetParameters()" summary: "Creates an instance of VnetParameters class." syntax: "public VnetParameters()" desc: "Creates an instance of VnetParameters class." methods: - uid: "com.azure.resourcemanager.appservice.models.VnetParameters.fromJson(com.azure.json.JsonReader)" fullName: "com.azure.resourcemanager.appservice.models.VnetParameters.fromJson(JsonReader jsonReader)" name: "fromJson(JsonReader jsonReader)" nameWithType: "VnetParameters.fromJson(JsonReader jsonReader)" summary: "Reads an instance of VnetParameters from the JsonReader." modifiers: - "static" parameters: - description: "The JsonReader being read." name: "jsonReader" type: "" syntax: "public static VnetParameters fromJson(JsonReader jsonReader)" exceptions: - description: "If the deserialized JSON object was missing any required properties." type: "IOException" desc: "Reads an instance of VnetParameters from the JsonReader." returns: description: "An instance of VnetParameters if the JsonReader was pointing to an instance of it, or null if it was\n pointing to JSON null." type: "" - uid: "com.azure.resourcemanager.appservice.models.VnetParameters.id()" fullName: "com.azure.resourcemanager.appservice.models.VnetParameters.id()" name: "id()" nameWithType: "VnetParameters.id()" summary: "Get the id property: Fully qualified resource Id for the resource." overridden: "com.azure.resourcemanager.appservice.models.ProxyOnlyResource.id()" syntax: "public String id()" desc: "Get the id property: Fully qualified resource Id for the resource." returns: description: "the id value." type: "String" - uid: "com.azure.resourcemanager.appservice.models.VnetParameters.name()" fullName: "com.azure.resourcemanager.appservice.models.VnetParameters.name()" name: "name()" nameWithType: "VnetParameters.name()" summary: "Get the name property: The name of the resource." overridden: "com.azure.resourcemanager.appservice.models.ProxyOnlyResource.name()" syntax: "public String name()" desc: "Get the name property: The name of the resource." returns: description: "the name value." type: "String" - uid: "com.azure.resourcemanager.appservice.models.VnetParameters.subnetResourceId()" fullName: "com.azure.resourcemanager.appservice.models.VnetParameters.subnetResourceId()" name: "subnetResourceId()" nameWithType: "VnetParameters.subnetResourceId()" summary: "Get the subnetResourceId property: The ARM Resource ID of the subnet to validate." syntax: "public String subnetResourceId()" desc: "Get the subnetResourceId property: The ARM Resource ID of the subnet to validate." returns: description: "the subnetResourceId value." type: "String" - uid: "com.azure.resourcemanager.appservice.models.VnetParameters.toJson(com.azure.json.JsonWriter)" fullName: "com.azure.resourcemanager.appservice.models.VnetParameters.toJson(JsonWriter jsonWriter)" name: "toJson(JsonWriter jsonWriter)" nameWithType: "VnetParameters.toJson(JsonWriter jsonWriter)" overridden: "com.azure.resourcemanager.appservice.models.ProxyOnlyResource.toJson(com.azure.json.JsonWriter)" parameters: - name: "jsonWriter" type: "" syntax: "public JsonWriter toJson(JsonWriter jsonWriter)" exceptions: - type: "IOException" returns: type: "" - uid: "com.azure.resourcemanager.appservice.models.VnetParameters.type()" fullName: "com.azure.resourcemanager.appservice.models.VnetParameters.type()" name: "type()" nameWithType: "VnetParameters.type()" summary: "Get the type property: The type of the resource." overridden: "com.azure.resourcemanager.appservice.models.ProxyOnlyResource.type()" syntax: "public String type()" desc: "Get the type property: The type of the resource." returns: description: "the type value." type: "String" - uid: "com.azure.resourcemanager.appservice.models.VnetParameters.validate()" fullName: "com.azure.resourcemanager.appservice.models.VnetParameters.validate()" name: "validate()" nameWithType: "VnetParameters.validate()" summary: "Validates the instance." overridden: "com.azure.resourcemanager.appservice.models.ProxyOnlyResource.validate()" syntax: "public void validate()" desc: "Validates the instance." - uid: "com.azure.resourcemanager.appservice.models.VnetParameters.vnetName()" fullName: "com.azure.resourcemanager.appservice.models.VnetParameters.vnetName()" name: "vnetName()" nameWithType: "VnetParameters.vnetName()" summary: "Get the vnetName property: The name of the VNET to be validated." syntax: "public String vnetName()" desc: "Get the vnetName property: The name of the VNET to be validated." returns: description: "the vnetName value." type: "String" - uid: "com.azure.resourcemanager.appservice.models.VnetParameters.vnetResourceGroup()" fullName: "com.azure.resourcemanager.appservice.models.VnetParameters.vnetResourceGroup()" name: "vnetResourceGroup()" nameWithType: "VnetParameters.vnetResourceGroup()" summary: "Get the vnetResourceGroup property: The Resource Group of the VNET to be validated." syntax: "public String vnetResourceGroup()" desc: "Get the vnetResourceGroup property: The Resource Group of the VNET to be validated." returns: description: "the vnetResourceGroup value." type: "String" - uid: "com.azure.resourcemanager.appservice.models.VnetParameters.vnetSubnetName()" fullName: "com.azure.resourcemanager.appservice.models.VnetParameters.vnetSubnetName()" name: "vnetSubnetName()" nameWithType: "VnetParameters.vnetSubnetName()" summary: "Get the vnetSubnetName property: The subnet name to be validated." syntax: "public String vnetSubnetName()" desc: "Get the vnetSubnetName property: The subnet name to be validated." returns: description: "the vnetSubnetName value." type: "String" - uid: "com.azure.resourcemanager.appservice.models.VnetParameters.withKind(java.lang.String)" fullName: "com.azure.resourcemanager.appservice.models.VnetParameters.withKind(String kind)" name: "withKind(String kind)" nameWithType: "VnetParameters.withKind(String kind)" summary: "Set the kind property: Kind of resource." overridden: "com.azure.resourcemanager.appservice.models.ProxyOnlyResource.withKind(java.lang.String)" parameters: - name: "kind" type: "String" syntax: "public VnetParameters withKind(String kind)" desc: "Set the kind property: Kind of resource." returns: type: "" - uid: "com.azure.resourcemanager.appservice.models.VnetParameters.withSubnetResourceId(java.lang.String)" fullName: "com.azure.resourcemanager.appservice.models.VnetParameters.withSubnetResourceId(String subnetResourceId)" name: "withSubnetResourceId(String subnetResourceId)" nameWithType: "VnetParameters.withSubnetResourceId(String subnetResourceId)" summary: "Set the subnetResourceId property: The ARM Resource ID of the subnet to validate." parameters: - description: "the subnetResourceId value to set." name: "subnetResourceId" type: "String" syntax: "public VnetParameters withSubnetResourceId(String subnetResourceId)" desc: "Set the subnetResourceId property: The ARM Resource ID of the subnet to validate." returns: description: "the VnetParameters object itself." type: "" - uid: "com.azure.resourcemanager.appservice.models.VnetParameters.withVnetName(java.lang.String)" fullName: "com.azure.resourcemanager.appservice.models.VnetParameters.withVnetName(String vnetName)" name: "withVnetName(String vnetName)" nameWithType: "VnetParameters.withVnetName(String vnetName)" summary: "Set the vnetName property: The name of the VNET to be validated." parameters: - description: "the vnetName value to set." name: "vnetName" type: "String" syntax: "public VnetParameters withVnetName(String vnetName)" desc: "Set the vnetName property: The name of the VNET to be validated." returns: description: "the VnetParameters object itself." type: "" - uid: "com.azure.resourcemanager.appservice.models.VnetParameters.withVnetResourceGroup(java.lang.String)" fullName: "com.azure.resourcemanager.appservice.models.VnetParameters.withVnetResourceGroup(String vnetResourceGroup)" name: "withVnetResourceGroup(String vnetResourceGroup)" nameWithType: "VnetParameters.withVnetResourceGroup(String vnetResourceGroup)" summary: "Set the vnetResourceGroup property: The Resource Group of the VNET to be validated." parameters: - description: "the vnetResourceGroup value to set." name: "vnetResourceGroup" type: "String" syntax: "public VnetParameters withVnetResourceGroup(String vnetResourceGroup)" desc: "Set the vnetResourceGroup property: The Resource Group of the VNET to be validated." returns: description: "the VnetParameters object itself." type: "" - uid: "com.azure.resourcemanager.appservice.models.VnetParameters.withVnetSubnetName(java.lang.String)" fullName: "com.azure.resourcemanager.appservice.models.VnetParameters.withVnetSubnetName(String vnetSubnetName)" name: "withVnetSubnetName(String vnetSubnetName)" nameWithType: "VnetParameters.withVnetSubnetName(String vnetSubnetName)" summary: "Set the vnetSubnetName property: The subnet name to be validated." parameters: - description: "the vnetSubnetName value to set." name: "vnetSubnetName" type: "String" syntax: "public VnetParameters withVnetSubnetName(String vnetSubnetName)" desc: "Set the vnetSubnetName property: The subnet name to be validated." returns: description: "the VnetParameters object itself." type: "" type: "class" desc: "The required set of inputs to validate a VNET." metadata: {} package: "com.azure.resourcemanager.appservice.models" artifact: com.azure.resourcemanager:azure-resourcemanager-appservice:2.44.0