ArmOnlineExperimentationModelFactory Class

Definition

A factory class for creating instances of the models for mocking.

public static class ArmOnlineExperimentationModelFactory
type ArmOnlineExperimentationModelFactory = class
Public Class ArmOnlineExperimentationModelFactory
Inheritance
ArmOnlineExperimentationModelFactory

Methods

Name Description
CustomerManagedKeyEncryption(KeyEncryptionKeyIdentity, Uri)
KeyEncryptionKeyIdentity(Nullable<KeyEncryptionKeyIdentityType>, ResourceIdentifier, Nullable<Guid>)
OnlineExperimentationPrivateEndpointConnectionData(ResourceIdentifier, String, ResourceType, SystemData, PrivateEndpointConnectionProperties)

Private endpoint connection resource for an online experimentation workspace resource.

OnlineExperimentationPrivateLinkData(ResourceIdentifier, String, ResourceType, SystemData, OnlineExperimentationPrivateLinkResourceProperties)

A private link resource.

OnlineExperimentationPrivateLinkResourceProperties(String, IEnumerable<String>, IEnumerable<String>)

Properties of a private link resource.

OnlineExperimentationPrivateLinkServiceConnectionState(Nullable<OnlineExperimentationPrivateEndpointServiceConnectionStatus>, String, String)
OnlineExperimentationWorkspaceData(ResourceIdentifier, String, ResourceType, SystemData, IDictionary<String,String>, AzureLocation, OnlineExperimentationWorkspaceProperties, ManagedServiceIdentity, OnlineExperimentationWorkspaceSku)

An online experimentation workspace resource.

OnlineExperimentationWorkspacePatch(ManagedServiceIdentity, IDictionary<String, String>, OnlineExperimentationWorkspaceSku, OnlineExperimentationWorkspacePatchProperties)

Partial update of an online experimentation workspace resource.

OnlineExperimentationWorkspacePatchProperties(ResourceIdentifier, ResourceIdentifier, CustomerManagedKeyEncryption, Nullable<PublicNetworkAccessType>)
OnlineExperimentationWorkspaceProperties(Nullable<Guid>, Nullable<OnlineExperimentationProvisioningState>, ResourceIdentifier, ResourceIdentifier, ResourceIdentifier, CustomerManagedKeyEncryption, Uri, Nullable<PublicNetworkAccessType>, IEnumerable<OnlineExperimentationPrivateEndpointConnectionData>)
OnlineExperimentationWorkspaceSku(OnlineExperimentationWorkspaceSkuName, Nullable<OnlineExperimentationWorkspaceSkuTier>)

The SKU (Stock Keeping Unit) assigned to this resource.

PrivateEndpointConnectionProperties(IEnumerable<String>, SubResource, OnlineExperimentationPrivateLinkServiceConnectionState, Nullable<OnlineExperimentationPrivateEndpointConnectionProvisioningState>)

Properties of the private endpoint connection.

Applies to