ArmContainerOrchestratorRuntimeModelFactory Class

Definition

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

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

Methods

Name Description
ConnectedClusterBgpPeerData(ResourceIdentifier, String, ResourceType, SystemData, ConnectedClusterBgpPeerProperties)

A BgpPeer resource for an Arc connected cluster (Microsoft.Kubernetes/connectedClusters).

ConnectedClusterBgpPeerProperties(Int32, Int32, String, Nullable<ContainerOrchestratorProvisioningState>)

Details of the BgpPeer.

ConnectedClusterLoadBalancerData(ResourceIdentifier, String, ResourceType, SystemData, ConnectedClusterLoadBalancerProperties)

A LoadBalancer resource for an Arc connected cluster (Microsoft.Kubernetes/connectedClusters).

ConnectedClusterLoadBalancerProperties(IEnumerable<String>, IDictionary<String, String>, AdvertiseMode, IEnumerable<String>, Nullable<ContainerOrchestratorProvisioningState>)

Details of the LoadBalancer.

ConnectedClusterServiceData(ResourceIdentifier, String, ResourceType, SystemData, ConnectedClusterServiceProperties)

A Service resource for an Arc connected cluster (Microsoft.Kubernetes/connectedClusters).

ConnectedClusterServiceProperties(Nullable<Guid>, Nullable<ContainerOrchestratorProvisioningState>)

Properties for the service resource.

ConnectedClusterStorageClassData(ResourceIdentifier, String, ResourceType, SystemData, ConnectedClusterStorageClassProperties)

A StorageClass resource for an Arc connected cluster (Microsoft.Kubernetes/connectedClusters).

ConnectedClusterStorageClassProperties(Nullable<VolumeExpansion>, IEnumerable<String>, String, Nullable<VolumeBindingMode>, IEnumerable<StorageClassAccessMode>, Nullable<DataResilienceTier>, Nullable<FailoverTier>, IEnumerable<String>, Nullable<PerformanceTier>, Nullable<Int64>, StorageClassTypeProperties, Nullable<ContainerOrchestratorProvisioningState>)

Details of the StorageClass StorageClass.

StorageClassPropertiesUpdate(Nullable<VolumeExpansion>, IEnumerable<String>, IEnumerable<StorageClassAccessMode>, Nullable<DataResilienceTier>, Nullable<FailoverTier>, IEnumerable<String>, Nullable<PerformanceTier>, Nullable<Int64>, StorageClassTypePropertiesUpdate)

The model for updating storageClass properties.

Applies to