RoleInstanceNetworkProfile Class
- java.
lang. Object - com.
azure. resourcemanager. compute. models. RoleInstanceNetworkProfile
- com.
Implements
public final class RoleInstanceNetworkProfile
implements JsonSerializable<RoleInstanceNetworkProfile>
Describes the network profile for the role instance.
Constructor Summary
Constructor | Description |
---|---|
RoleInstanceNetworkProfile() |
Creates an instance of Role |
Method Summary
Modifier and Type | Method and Description |
---|---|
static
Role |
fromJson(JsonReader jsonReader)
Reads an instance of Role |
List<Sub |
networkInterfaces()
Get the network |
Json |
toJson(JsonWriter jsonWriter) |
void |
validate()
Validates the instance. |
Methods inherited from java.lang.Object
Constructor Details
RoleInstanceNetworkProfile
public RoleInstanceNetworkProfile()
Creates an instance of RoleInstanceNetworkProfile class.
Method Details
fromJson
public static RoleInstanceNetworkProfile fromJson(JsonReader jsonReader)
Reads an instance of RoleInstanceNetworkProfile from the JsonReader.
Parameters:
Returns:
Throws:
networkInterfaces
public List
Get the networkInterfaces property: Specifies the list of resource Ids for the network interfaces associated with the role instance.
Returns:
toJson
validate
public void validate()
Validates the instance.
Applies to
Azure SDK for Java