Uses of Class
com.azure.resourcemanager.compute.models.EndpointAccess
Packages that use EndpointAccess
Package
Description
Package containing the inner data models for ComputeManagementClient.
Package containing the data models for ComputeManagementClient.
-
Uses of EndpointAccess in com.azure.resourcemanager.compute.fluent.models
Methods in com.azure.resourcemanager.compute.fluent.models that return EndpointAccessModifier and TypeMethodDescriptionGalleryInVMAccessControlProfileVersionInner.defaultAccess()Get the defaultAccess property: This property allows you to specify if the requests will be allowed to access the host endpoints.GalleryInVMAccessControlProfileVersionProperties.defaultAccess()Get the defaultAccess property: This property allows you to specify if the requests will be allowed to access the host endpoints.Methods in com.azure.resourcemanager.compute.fluent.models with parameters of type EndpointAccessModifier and TypeMethodDescriptionGalleryInVMAccessControlProfileVersionInner.withDefaultAccess(EndpointAccess defaultAccess) Set the defaultAccess property: This property allows you to specify if the requests will be allowed to access the host endpoints.GalleryInVMAccessControlProfileVersionProperties.withDefaultAccess(EndpointAccess defaultAccess) Set the defaultAccess property: This property allows you to specify if the requests will be allowed to access the host endpoints. -
Uses of EndpointAccess in com.azure.resourcemanager.compute.models
Fields in com.azure.resourcemanager.compute.models declared as EndpointAccessModifier and TypeFieldDescriptionstatic final EndpointAccessEndpointAccess.ALLOWStatic value Allow for EndpointAccess.static final EndpointAccessEndpointAccess.DENYStatic value Deny for EndpointAccess.Methods in com.azure.resourcemanager.compute.models that return EndpointAccessModifier and TypeMethodDescriptionGalleryInVMAccessControlProfileVersionUpdate.defaultAccess()Get the defaultAccess property: This property allows you to specify if the requests will be allowed to access the host endpoints.static EndpointAccessEndpointAccess.fromString(String name) Creates or finds a EndpointAccess from its string representation.Methods in com.azure.resourcemanager.compute.models that return types with arguments of type EndpointAccessModifier and TypeMethodDescriptionstatic Collection<EndpointAccess> EndpointAccess.values()Gets known EndpointAccess values.Methods in com.azure.resourcemanager.compute.models with parameters of type EndpointAccessModifier and TypeMethodDescriptionGalleryInVMAccessControlProfileVersionUpdate.withDefaultAccess(EndpointAccess defaultAccess) Set the defaultAccess property: This property allows you to specify if the requests will be allowed to access the host endpoints.