BastionSessionRecordingConfiguration(SessionRecordingIdentity, Uri) Constructor
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.
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.