Uses of Enum
com.azure.resourcemanager.compute.models.EndpointTypes
Packages that use EndpointTypes
Package
Description
Package containing the data models for ComputeManagementClient.
-
Uses of EndpointTypes in com.azure.resourcemanager.compute.models
Methods in com.azure.resourcemanager.compute.models that return EndpointTypesModifier and TypeMethodDescriptionGalleryInVMAccessControlProfileProperties.applicableHostEndpoint()Get the applicableHostEndpoint property: This property allows you to specify the Endpoint type for which this profile is defining the access control for.static EndpointTypesEndpointTypes.fromString(String value) Parses a serialized value to a EndpointTypes instance.static EndpointTypesReturns the enum constant of this type with the specified name.static EndpointTypes[]EndpointTypes.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.azure.resourcemanager.compute.models with parameters of type EndpointTypesModifier and TypeMethodDescriptionGalleryInVMAccessControlProfileProperties.withApplicableHostEndpoint(EndpointTypes applicableHostEndpoint) Set the applicableHostEndpoint property: This property allows you to specify the Endpoint type for which this profile is defining the access control for.