IDefinition Schnittstelle
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Die gesamte Definition der ImmutabilityPolicy.The entirety of the ImmutabilityPolicy definition.
public interface IDefinition : Microsoft.Azure.Management.ResourceManager.Fluent.Core.ResourceActions.ICreatable<Microsoft.Azure.Management.Storage.Fluent.IImmutabilityPolicy>, Microsoft.Azure.Management.Storage.Fluent.ImmutabilityPolicy.Definition.IBlank, Microsoft.Azure.Management.Storage.Fluent.ImmutabilityPolicy.Definition.IWithCreate, Microsoft.Azure.Management.Storage.Fluent.ImmutabilityPolicy.Definition.IWithIfMatch, Microsoft.Azure.Management.Storage.Fluent.ImmutabilityPolicy.Definition.IWithImmutabilityPeriodSinceCreationInDays
type IDefinition = interface
interface IBlank
interface IWithContainer
interface IWithIfMatch
interface IWithImmutabilityPeriodSinceCreationInDays
interface IWithCreate
interface ICreatable<IImmutabilityPolicy>
interface IIndexable
Public Interface IDefinition
Implements IBlank, ICreatable(Of IImmutabilityPolicy), IWithCreate, IWithIfMatch, IWithImmutabilityPeriodSinceCreationInDays
- Abgeleitet
- Implementiert
Eigenschaften
Key |
Die gesamte Definition der ImmutabilityPolicy.The entirety of the ImmutabilityPolicy definition. (Geerbt von IIndexable) |
Name |
Ruft den Namen der erstellbaren Ressource ab. (Geerbt von ICreatable<T>) |
Methoden
Create() |
Führen Sie die Erstellungsanforderung aus. (Geerbt von ICreatable<T>) |
CreateAsync(CancellationToken, Boolean) |
Fügt die Anforderung in die Warteschlange ein und ermöglicht es dem HTTP-Client, sie auszuführen, wenn Systemressourcen verfügbar sind. (Geerbt von ICreatable<T>) |
WithExistingContainer(String, String, String) |
Gibt resourceGroupName, accountName, containerName an. (Geerbt von IWithContainer) |
WithIfMatch(String) |
Gibt ifMatch an. (Geerbt von IWithIfMatch) |
WithImmutabilityPeriodSinceCreationInDays(Int32) |
Gibt immutabilityPeriodSinceCreationInDays an. (Geerbt von IWithImmutabilityPeriodSinceCreationInDays) |
Gilt für:
Azure SDK for .NET