CacheUpdateParameters Constructors

Definition

Overloads

CacheUpdateParameters()

Initializes a new instance of the CacheUpdateParameters class.

CacheUpdateParameters(String, String, String, String)

Initializes a new instance of the CacheUpdateParameters class.

CacheUpdateParameters()

Initializes a new instance of the CacheUpdateParameters class.

public CacheUpdateParameters ();
Public Sub New ()

Applies to

CacheUpdateParameters(String, String, String, String)

Initializes a new instance of the CacheUpdateParameters class.

public CacheUpdateParameters (string description = default, string connectionString = default, string useFromLocation = default, string resourceId = default);
new Microsoft.Azure.Management.ApiManagement.Models.CacheUpdateParameters : string * string * string * string -> Microsoft.Azure.Management.ApiManagement.Models.CacheUpdateParameters
Public Sub New (Optional description As String = Nothing, Optional connectionString As String = Nothing, Optional useFromLocation As String = Nothing, Optional resourceId As String = Nothing)

Parameters

description
String

Cache description

connectionString
String

Runtime connection string to cache

useFromLocation
String

Location identifier to use cache from (should be either 'default' or valid Azure region identifier)

resourceId
String

Original uri of entity in external system cache points to

Applies to