Beispiel #1
0
 public ApiDescriptionGroupCollection(System.Collections.Generic.IReadOnlyList <Microsoft.AspNetCore.Mvc.ApiExplorer.ApiDescriptionGroup> items, int version) => throw null;
Beispiel #2
0
 public static Azure.Page <T> FromValues(System.Collections.Generic.IReadOnlyList <T> values, string?continuationToken, Azure.Response response)
 {
     throw null;
 }
Beispiel #3
0
 /// <summary>
 /// Adds an operation to patch an item into the batch.
 /// </summary>
 /// <param name="id">The unique id of the item.</param>
 /// <param name="patchOperations">Represents a list of operations to be sequentially applied to the referred Cosmos item.</param>
 /// <param name="requestOptions">(Optional) The options for the item request.</param>
 /// <returns>The transactional batch instance with the operation added.</returns>
 public abstract TransactionalBatch PatchItem(
     string id,
     System.Collections.Generic.IReadOnlyList <PatchOperation> patchOperations,
     TransactionalBatchItemRequestOptions requestOptions = null);
 public Microsoft.AspNetCore.SignalR.IClientProxy Groups(System.Collections.Generic.IReadOnlyList <string> groupNames)
 {
     throw null;
 }
Beispiel #5
0
 public static Azure.Containers.ContainerRegistry.ArtifactManifestProperties ArtifactManifestProperties(string registryLoginServer = null, string repositoryName = null, string digest = null, long?size = default(long?), System.DateTimeOffset createdOn = default(System.DateTimeOffset), System.DateTimeOffset lastUpdatedOn = default(System.DateTimeOffset), Azure.Containers.ContainerRegistry.ArtifactArchitecture?architecture = default(Azure.Containers.ContainerRegistry.ArtifactArchitecture?), Azure.Containers.ContainerRegistry.ArtifactOperatingSystem?operatingSystem = default(Azure.Containers.ContainerRegistry.ArtifactOperatingSystem?), System.Collections.Generic.IReadOnlyList <Azure.Containers.ContainerRegistry.ArtifactManifestPlatform> relatedArtifacts = null, System.Collections.Generic.IReadOnlyList <string> tags = null, bool?canDelete = default(bool?), bool?canWrite = default(bool?), bool?canList = default(bool?), bool?canRead = default(bool?), string quarantineState = null, string quarantineDetails = null)
 {
     throw null;
 }
 public SerializedHubMessage(System.Collections.Generic.IReadOnlyList <Microsoft.AspNetCore.SignalR.SerializedMessage> messages)
 {
 }
 public Microsoft.AspNetCore.SignalR.IClientProxy GroupExcept(string groupName, System.Collections.Generic.IReadOnlyList <string> excludedConnectionIds)
 {
     throw null;
 }
Beispiel #8
0
 public static void Run(System.Collections.Generic.IReadOnlyList <string> stat)
 {
 }
 public static Azure.Monitor.Query.Models.LogsQueryResult LogsQueryResult(System.Collections.Generic.IReadOnlyList <Azure.Monitor.Query.Models.LogsTable> allTables, System.BinaryData statistics, System.BinaryData visualization, System.BinaryData error)
 {
     throw null;
 }
 public static Azure.Monitor.Query.Models.LogsQueryResultTable LogsQueryResultTable(string name = null, System.Collections.Generic.IReadOnlyList <Azure.Monitor.Query.Models.LogsQueryResultColumn> columns = null, System.Text.Json.JsonElement internalRows = default(System.Text.Json.JsonElement))
 {
     throw null;
 }
 public static Azure.Monitor.Query.Models.MetricQueryResult MetricQueryResult(int?cost = default(int?), string Timespan = null, System.TimeSpan?interval = default(System.TimeSpan?), string @namespace = null, string resourceRegion = null, System.Collections.Generic.IReadOnlyList <Azure.Monitor.Query.Models.Metric> metrics = null)
 {
     throw null;
 }
 public static Azure.Monitor.Query.Models.LogsQueryResult LogsQueryResult(System.Collections.Generic.IReadOnlyList <Azure.Monitor.Query.Models.LogsQueryResultTable> tables = null, System.Text.Json.JsonElement Statistics = default(System.Text.Json.JsonElement))
 {
     throw null;
 }
Beispiel #13
0
 public override void Method2(string text, System.Collections.Generic.IReadOnlyList <Platform.Pair <string> > names)
 {
 }
 public RuntimeLibrary(string type, string name, string version, string hash, System.Collections.Generic.IReadOnlyList <Microsoft.Extensions.DependencyModel.RuntimeAssetGroup> runtimeAssemblyGroups, System.Collections.Generic.IReadOnlyList <Microsoft.Extensions.DependencyModel.RuntimeAssetGroup> nativeLibraryGroups, System.Collections.Generic.IEnumerable <Microsoft.Extensions.DependencyModel.ResourceAssembly> resourceAssemblies, System.Collections.Generic.IEnumerable <Microsoft.Extensions.DependencyModel.Dependency> dependencies, bool serviceable, string path, string hashPath, string runtimeStoreManifestName) : base(default(string), default(string), default(string), default(string), default(System.Collections.Generic.IEnumerable <Microsoft.Extensions.DependencyModel.Dependency>), default(bool))
 {
 }
 public abstract System.Threading.Tasks.Task SendGroupExceptAsync(string groupName, string methodName, object[] args, System.Collections.Generic.IReadOnlyList <string> excludedConnectionIds, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken));
 public static Azure.Monitor.Query.Models.MetricsQueryResult MetricsQueryResult(int?cost, string timespan, System.TimeSpan?granularity, string @namespace, string resourceRegion, System.Collections.Generic.IReadOnlyList <Azure.Monitor.Query.Models.MetricResult> metrics)
 {
     throw null;
 }
 public abstract System.Threading.Tasks.Task SendUsersAsync(System.Collections.Generic.IReadOnlyList <string> userIds, string methodName, object[] args, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken));
 public override System.Threading.Tasks.Task SendGroupsAsync(System.Collections.Generic.IReadOnlyList <string> groupNames, string methodName, object[] args, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken))
 {
     throw null;
 }
 public virtual Microsoft.AspNetCore.SignalR.Protocol.IHubProtocol GetProtocol(string protocolName, System.Collections.Generic.IReadOnlyList <string> supportedProtocols)
 {
     throw null;
 }
 public dynamic AllExcept(System.Collections.Generic.IReadOnlyList <string> excludedConnectionIds)
 {
     throw null;
 }
 public override System.Threading.Tasks.Task SendAllExceptAsync(string methodName, object[] args, System.Collections.Generic.IReadOnlyList <string> excludedConnectionIds, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken))
 {
     throw null;
 }
 public dynamic Clients(System.Collections.Generic.IReadOnlyList <string> connectionIds)
 {
     throw null;
 }
 public Microsoft.AspNetCore.SignalR.IClientProxy Users(System.Collections.Generic.IReadOnlyList <string> userIds)
 {
     throw null;
 }
 public dynamic GroupExcept(string groupName, System.Collections.Generic.IReadOnlyList <string> excludedConnectionIds)
 {
     throw null;
 }
Beispiel #25
0
 public AssetTargetFallbackFramework(NuGet.Frameworks.NuGetFramework framework, System.Collections.Generic.IReadOnlyList <NuGet.Frameworks.NuGetFramework> fallbackFrameworks) : base(default(NuGet.Frameworks.NuGetFramework))
 {
 }
 public dynamic Groups(System.Collections.Generic.IReadOnlyList <string> groupNames)
 {
     throw null;
 }
Beispiel #27
0
 public PSPoolEndpointConfiguration(System.Collections.Generic.IReadOnlyList <Microsoft.Azure.Batch.InboundNatPool> inboundNatPools)
 {
     this.omObject = new Microsoft.Azure.Batch.PoolEndpointConfiguration(inboundNatPools);
 }
 public dynamic Users(System.Collections.Generic.IReadOnlyList <string> userIds)
 {
     throw null;
 }
 public CompositeChangeToken(System.Collections.Generic.IReadOnlyList <Microsoft.Extensions.Primitives.IChangeToken> changeTokens) => throw null;
Beispiel #30
0
 public ApiDescriptionGroup(string groupName, System.Collections.Generic.IReadOnlyList <Microsoft.AspNetCore.Mvc.ApiExplorer.ApiDescription> items) => throw null;