Uses of Class
com.azure.resourcemanager.network.models.AccessMode
Packages that use AccessMode
Package
Description
Package containing the inner data models for NetworkManagementClient.
Package containing the data models for NetworkManagementClient.
-
Uses of AccessMode in com.azure.resourcemanager.network.fluent.models
Methods in com.azure.resourcemanager.network.fluent.models that return AccessModeModifier and TypeMethodDescriptionPrivateLinkServiceInner.accessMode()Get the accessMode property: The access mode of the private link service.PrivateLinkServiceProperties.accessMode()Get the accessMode property: The access mode of the private link service.Methods in com.azure.resourcemanager.network.fluent.models with parameters of type AccessModeModifier and TypeMethodDescriptionPrivateLinkServiceInner.withAccessMode(AccessMode accessMode) Set the accessMode property: The access mode of the private link service.PrivateLinkServiceProperties.withAccessMode(AccessMode accessMode) Set the accessMode property: The access mode of the private link service. -
Uses of AccessMode in com.azure.resourcemanager.network.models
Subclasses with type arguments of type AccessMode in com.azure.resourcemanager.network.modelsModifier and TypeClassDescriptionfinal classThe access mode of the private link service.Fields in com.azure.resourcemanager.network.models declared as AccessModeModifier and TypeFieldDescriptionstatic final AccessModeAccessMode.DEFAULTStatic value Default for AccessMode.static final AccessModeAccessMode.RESTRICTEDStatic value Restricted for AccessMode.Methods in com.azure.resourcemanager.network.models that return AccessModeModifier and TypeMethodDescriptionstatic AccessModeAccessMode.fromString(String name) Creates or finds a AccessMode from its string representation.Methods in com.azure.resourcemanager.network.models that return types with arguments of type AccessModeModifier and TypeMethodDescriptionstatic Collection<AccessMode> AccessMode.values()Gets known AccessMode values.