Language

BastionSessionRecordingConfiguration(SessionRecordingIdentity, Uri) Constructor

Definition

Initializes a new instance of BastionSessionRecordingConfiguration.

public BastionSessionRecordingConfiguration(Azure.ResourceManager.Network.Models.SessionRecordingIdentity identity, Uri blobContainerUri);
new Azure.ResourceManager.Network.Models.BastionSessionRecordingConfiguration : Azure.ResourceManager.Network.Models.SessionRecordingIdentity * Uri -> Azure.ResourceManager.Network.Models.BastionSessionRecordingConfiguration
Public Sub New (identity As SessionRecordingIdentity, blobContainerUri As Uri)

Parameters

identity
SessionRecordingIdentity

The identity to use for accessing the blob container where recordings will be stored.

blobContainerUri
Uri

The blob container to store the recordings. Ex: https://contosostorage.blob.core.windows.net/contosorecordings.

Exceptions

identity or blobContainerUri is null.

Applies to