Class AzureMonitorPrivateLinkScopeInner
java.lang.Object
com.azure.core.management.ProxyResource
com.azure.core.management.Resource
com.azure.resourcemanager.monitor.models.PrivateLinkScopesResource
com.azure.resourcemanager.monitor.fluent.models.AzureMonitorPrivateLinkScopeInner
An Azure Monitor PrivateLinkScope definition.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGet the privateEndpointConnections property: List of private endpoint connections.Get the provisioningState property: Current state of this PrivateLinkScope: whether or not is has been provisioned within the resource group it is defined.voidvalidate()Validates the instance.withLocation(String location) Methods inherited from class com.azure.core.management.Resource
location, tagsMethods inherited from class com.azure.core.management.ProxyResource
id, name, type
-
Constructor Details
-
AzureMonitorPrivateLinkScopeInner
public AzureMonitorPrivateLinkScopeInner()
-
-
Method Details
-
provisioningState
Get the provisioningState property: Current state of this PrivateLinkScope: whether or not is has been provisioned within the resource group it is defined. Users cannot change this value but are able to read from it. Values will include Provisioning ,Succeeded, Canceled and Failed.- Returns:
- the provisioningState value.
-
privateEndpointConnections
Get the privateEndpointConnections property: List of private endpoint connections.- Returns:
- the privateEndpointConnections value.
-
withLocation
- Overrides:
withLocationin classPrivateLinkScopesResource
-
withTags
- Overrides:
withTagsin classPrivateLinkScopesResource
-
validate
public void validate()Validates the instance.- Overrides:
validatein classPrivateLinkScopesResource- Throws:
IllegalArgumentException- thrown if the instance is not valid.
-