Uses of Class
com.azure.resourcemanager.network.models.IsGlobal
Packages that use IsGlobal
Package
Description
Package containing the inner data models for NetworkManagementClient.
Package containing the data models for NetworkManagementClient.
-
Uses of IsGlobal in com.azure.resourcemanager.network.fluent.models
Methods in com.azure.resourcemanager.network.fluent.models that return IsGlobalModifier and TypeMethodDescriptionConnectivityConfigurationInner.isGlobal()Get the isGlobal property: Flag if global mesh is supported.ConnectivityConfigurationProperties.isGlobal()Get the isGlobal property: Flag if global mesh is supported.Methods in com.azure.resourcemanager.network.fluent.models with parameters of type IsGlobalModifier and TypeMethodDescriptionConnectivityConfigurationInner.withIsGlobal(IsGlobal isGlobal) Set the isGlobal property: Flag if global mesh is supported.ConnectivityConfigurationProperties.withIsGlobal(IsGlobal isGlobal) Set the isGlobal property: Flag if global mesh is supported. -
Uses of IsGlobal in com.azure.resourcemanager.network.models
Fields in com.azure.resourcemanager.network.models declared as IsGlobalModifier and TypeFieldDescriptionstatic final IsGlobalIsGlobal.FALSEStatic value False for IsGlobal.static final IsGlobalIsGlobal.TRUEStatic value True for IsGlobal.Methods in com.azure.resourcemanager.network.models that return IsGlobalModifier and TypeMethodDescriptionstatic IsGlobalIsGlobal.fromString(String name) Creates or finds a IsGlobal from its string representation.ActiveConnectivityConfiguration.isGlobal()Get the isGlobal property: Flag if global mesh is supported.ConnectivityGroupItem.isGlobal()Get the isGlobal property: Flag if global is supported.EffectiveConnectivityConfiguration.isGlobal()Get the isGlobal property: Flag if global mesh is supported.Methods in com.azure.resourcemanager.network.models that return types with arguments of type IsGlobalModifier and TypeMethodDescriptionstatic Collection<IsGlobal> IsGlobal.values()Gets known IsGlobal values.Methods in com.azure.resourcemanager.network.models with parameters of type IsGlobalModifier and TypeMethodDescriptionActiveConnectivityConfiguration.withIsGlobal(IsGlobal isGlobal) Set the isGlobal property: Flag if global mesh is supported.ConnectivityGroupItem.withIsGlobal(IsGlobal isGlobal) Set the isGlobal property: Flag if global is supported.EffectiveConnectivityConfiguration.withIsGlobal(IsGlobal isGlobal) Set the isGlobal property: Flag if global mesh is supported.