Uses of Class
com.azure.resourcemanager.compute.fluent.models.RoleInstancePropertiesInner
Packages that use RoleInstancePropertiesInner
Package
Description
Package containing the inner data models for ComputeManagementClient.
-
Uses of RoleInstancePropertiesInner in com.azure.resourcemanager.compute.fluent.models
Classes in com.azure.resourcemanager.compute.fluent.models that implement interfaces with type arguments of type RoleInstancePropertiesInnerModifier and TypeClassDescriptionfinal classRole instance properties.Methods in com.azure.resourcemanager.compute.fluent.models that return RoleInstancePropertiesInnerModifier and TypeMethodDescriptionstatic RoleInstancePropertiesInnerRoleInstancePropertiesInner.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of RoleInstancePropertiesInner from the JsonReader.RoleInstanceInner.properties()Get the properties property: Role instance properties.RoleInstancePropertiesInner.withInstanceView(RoleInstanceViewInner instanceView) Set the instanceView property: The instance view of the role instance.RoleInstancePropertiesInner.withNetworkProfile(RoleInstanceNetworkProfile networkProfile) Set the networkProfile property: Describes the network profile for the role instance.Methods in com.azure.resourcemanager.compute.fluent.models with parameters of type RoleInstancePropertiesInnerModifier and TypeMethodDescriptionRoleInstanceInner.withProperties(RoleInstancePropertiesInner properties) Set the properties property: Role instance properties.