AppConfigurationStoreResource.GetAppConfigurationReplica Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the properties of the specified replica.
public virtual Azure.Response<Azure.ResourceManager.AppConfiguration.AppConfigurationReplicaResource> GetAppConfigurationReplica(string replicaName, System.Threading.CancellationToken cancellationToken = default);
abstract member GetAppConfigurationReplica : string * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.AppConfiguration.AppConfigurationReplicaResource>
override this.GetAppConfigurationReplica : string * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.AppConfiguration.AppConfigurationReplicaResource>
Public Overridable Function GetAppConfigurationReplica (replicaName As String, Optional cancellationToken As CancellationToken = Nothing) As Response(Of AppConfigurationReplicaResource)
Parameters
- replicaName
- String
The name of the replica.
- cancellationToken
- CancellationToken
The cancellation token to use.
Returns
Exceptions
replicaName is null.
replicaName is an empty string, and was expected to be non-empty.