forked from Azure/azure-sdk-for-java
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
CodeGen from PR 18406 in Azure/azure-rest-api-specs
Merge 510202cc8b933b3252a91c37f0d197ef696e3fc8 into 879d967cd8f5ade991897a3321d04c91262edb17
- Loading branch information
SDKAuto
committed
Mar 25, 2022
1 parent
d5ec73d
commit 6c8ce2e
Showing
11 changed files
with
163 additions
and
35 deletions.
There are no files selected for viewing
4 changes: 3 additions & 1 deletion
4
sdk/datafactory/azure-resourcemanager-datafactory/CHANGELOG.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
31 changes: 31 additions & 0 deletions
31
...y/src/main/java/com/azure/resourcemanager/datafactory/models/CredentialReferenceType.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,31 @@ | ||
// Copyright (c) Microsoft Corporation. All rights reserved. | ||
// Licensed under the MIT License. | ||
// Code generated by Microsoft (R) AutoRest Code Generator. | ||
|
||
package com.azure.resourcemanager.datafactory.models; | ||
|
||
import com.azure.core.util.ExpandableStringEnum; | ||
import com.fasterxml.jackson.annotation.JsonCreator; | ||
import java.util.Collection; | ||
|
||
/** Defines values for CredentialReferenceType. */ | ||
public final class CredentialReferenceType extends ExpandableStringEnum<CredentialReferenceType> { | ||
/** Static value CredentialReference for CredentialReferenceType. */ | ||
public static final CredentialReferenceType CREDENTIAL_REFERENCE = fromString("CredentialReference"); | ||
|
||
/** | ||
* Creates or finds a CredentialReferenceType from its string representation. | ||
* | ||
* @param name a name to look for. | ||
* @return the corresponding CredentialReferenceType. | ||
*/ | ||
@JsonCreator | ||
public static CredentialReferenceType fromString(String name) { | ||
return fromString(name, CredentialReferenceType.class); | ||
} | ||
|
||
/** @return known CredentialReferenceType values. */ | ||
public static Collection<CredentialReferenceType> values() { | ||
return values(CredentialReferenceType.class); | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
31 changes: 31 additions & 0 deletions
31
...ory/src/main/java/com/azure/resourcemanager/datafactory/models/DataFlowReferenceType.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,31 @@ | ||
// Copyright (c) Microsoft Corporation. All rights reserved. | ||
// Licensed under the MIT License. | ||
// Code generated by Microsoft (R) AutoRest Code Generator. | ||
|
||
package com.azure.resourcemanager.datafactory.models; | ||
|
||
import com.azure.core.util.ExpandableStringEnum; | ||
import com.fasterxml.jackson.annotation.JsonCreator; | ||
import java.util.Collection; | ||
|
||
/** Defines values for DataFlowReferenceType. */ | ||
public final class DataFlowReferenceType extends ExpandableStringEnum<DataFlowReferenceType> { | ||
/** Static value DataFlowReference for DataFlowReferenceType. */ | ||
public static final DataFlowReferenceType DATA_FLOW_REFERENCE = fromString("DataFlowReference"); | ||
|
||
/** | ||
* Creates or finds a DataFlowReferenceType from its string representation. | ||
* | ||
* @param name a name to look for. | ||
* @return the corresponding DataFlowReferenceType. | ||
*/ | ||
@JsonCreator | ||
public static DataFlowReferenceType fromString(String name) { | ||
return fromString(name, DataFlowReferenceType.class); | ||
} | ||
|
||
/** @return known DataFlowReferenceType values. */ | ||
public static Collection<DataFlowReferenceType> values() { | ||
return values(DataFlowReferenceType.class); | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
32 changes: 32 additions & 0 deletions
32
...java/com/azure/resourcemanager/datafactory/models/ManagedVirtualNetworkReferenceType.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,32 @@ | ||
// Copyright (c) Microsoft Corporation. All rights reserved. | ||
// Licensed under the MIT License. | ||
// Code generated by Microsoft (R) AutoRest Code Generator. | ||
|
||
package com.azure.resourcemanager.datafactory.models; | ||
|
||
import com.azure.core.util.ExpandableStringEnum; | ||
import com.fasterxml.jackson.annotation.JsonCreator; | ||
import java.util.Collection; | ||
|
||
/** Defines values for ManagedVirtualNetworkReferenceType. */ | ||
public final class ManagedVirtualNetworkReferenceType extends ExpandableStringEnum<ManagedVirtualNetworkReferenceType> { | ||
/** Static value ManagedVirtualNetworkReference for ManagedVirtualNetworkReferenceType. */ | ||
public static final ManagedVirtualNetworkReferenceType MANAGED_VIRTUAL_NETWORK_REFERENCE = | ||
fromString("ManagedVirtualNetworkReference"); | ||
|
||
/** | ||
* Creates or finds a ManagedVirtualNetworkReferenceType from its string representation. | ||
* | ||
* @param name a name to look for. | ||
* @return the corresponding ManagedVirtualNetworkReferenceType. | ||
*/ | ||
@JsonCreator | ||
public static ManagedVirtualNetworkReferenceType fromString(String name) { | ||
return fromString(name, ManagedVirtualNetworkReferenceType.class); | ||
} | ||
|
||
/** @return known ManagedVirtualNetworkReferenceType values. */ | ||
public static Collection<ManagedVirtualNetworkReferenceType> values() { | ||
return values(ManagedVirtualNetworkReferenceType.class); | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
31 changes: 31 additions & 0 deletions
31
...tory/src/main/java/com/azure/resourcemanager/datafactory/models/TriggerReferenceType.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,31 @@ | ||
// Copyright (c) Microsoft Corporation. All rights reserved. | ||
// Licensed under the MIT License. | ||
// Code generated by Microsoft (R) AutoRest Code Generator. | ||
|
||
package com.azure.resourcemanager.datafactory.models; | ||
|
||
import com.azure.core.util.ExpandableStringEnum; | ||
import com.fasterxml.jackson.annotation.JsonCreator; | ||
import java.util.Collection; | ||
|
||
/** Defines values for TriggerReferenceType. */ | ||
public final class TriggerReferenceType extends ExpandableStringEnum<TriggerReferenceType> { | ||
/** Static value TriggerReference for TriggerReferenceType. */ | ||
public static final TriggerReferenceType TRIGGER_REFERENCE = fromString("TriggerReference"); | ||
|
||
/** | ||
* Creates or finds a TriggerReferenceType from its string representation. | ||
* | ||
* @param name a name to look for. | ||
* @return the corresponding TriggerReferenceType. | ||
*/ | ||
@JsonCreator | ||
public static TriggerReferenceType fromString(String name) { | ||
return fromString(name, TriggerReferenceType.class); | ||
} | ||
|
||
/** @return known TriggerReferenceType values. */ | ||
public static Collection<TriggerReferenceType> values() { | ||
return values(TriggerReferenceType.class); | ||
} | ||
} |